From c4daf1dffd8796cdfd41680b31abe770eb9d1708 Mon Sep 17 00:00:00 2001 From: Seunghyun Ji Date: Mon, 8 Jun 2026 19:41:41 +0900 Subject: [PATCH] add Anima PiD and EasyControl node --- custom-node-list.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 22c57d21..19d6e89d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -47600,6 +47600,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",