From 42d48e4bfb52c257cfea27e0cb22767ee19aae9a Mon Sep 17 00:00:00 2001 From: Sumeth Sathnindu <65599800+LucipherDev@users.noreply.github.com> Date: Fri, 3 Jan 2025 21:09:57 +0530 Subject: [PATCH] Update custom-node-list.json (#1383) Add Custom node: ComfyUI-AniDoc Changed the description of ComfyUI-Golden-Noise, my other custom node, for better clarity. --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index bfcf36e2..3f4188ed 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18040,7 +18040,17 @@ "https://github.com/LucipherDev/ComfyUI-Golden-Noise" ], "install_type": "git-clone", - "description": "ComfyUI Custom Node for [a/'Golden Noise for Diffusion Models: A Learning Framework'](https://arxiv.org/abs/2411.09502) and most of the code is adapted from [a/here](https://github.com/xie-lab-ml/Golden-Noise-for-Diffusion-Models). This node refines the initial latent noise in the diffusion process, enhancing both image quality and semantic coherence." + "description": "ComfyUI Custom Node for 'Golden Noise for Diffusion Models: A Learning Framework'. This node refines the initial latent noise in the diffusion process, enhancing both image quality and semantic coherence." + }, + { + "author": "LucipherDev", + "title": "ComfyUI-AniDoc", + "reference": "https://github.com/LucipherDev/ComfyUI-AniDoc", + "files": [ + "https://github.com/LucipherDev/ComfyUI-AniDoc" + ], + "install_type": "git-clone", + "description": "ComfyUI Custom Nodes for 'AniDoc: Animation Creation Made Easier'. This approach automates line art video colorization using a novel model that aligns color information from references, ensures temporal consistency, and reduces manual effort in animation production." }, { "author": "envy-ai",