Merge pull request #2968 from sorryhyun/add-anima-pid-easycontrol

add Anima PiD and EasyControl node
This commit is contained in:
Dr.Lt.Data 2026-06-17 01:59:22 +09:00 committed by GitHub
commit 0fde8b155b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47641,6 +47641,26 @@
"install_type": "git-clone",
"description": "Spectrum: training-free diffusion sampling acceleration via Chebyshev polynomial feature forecasting. Drop-in KSampler replacement that skips transformer blocks on predicted steps for ~2-3x speedup."
},
{
"author": "sorryhyun",
"title": "Anima PiD",
"reference": "https://github.com/sorryhyun/ComfyUI-Anima-PiD",
"files": [
"https://github.com/sorryhyun/ComfyUI-Anima-PiD"
],
"install_type": "git-clone",
"description": "NVIDIA PiD (Pixel Diffusion Decoder) as a drop-in replacement for VAE Decode on Anima / Qwen-Image latents."
},
{
"author": "sorryhyun",
"title": "Easycontrol KSampler Compatible",
"reference": "https://github.com/sorryhyun/ComfyUI-EasyControl-KSamplerCompat",
"files": [
"https://github.com/sorryhyun/ComfyUI-EasyControl-KSamplerCompat"
],
"install_type": "git-clone",
"description": "KSampler-compatible Anima EasyControl image conditioning for ComfyUI."
},
{
"author": "spacewarpstudio",
"title": "ComfyUI Override Switch",