From feed8abb3416248452815635b184acd05ae2c74b Mon Sep 17 00:00:00 2001 From: Carmine Cristallo Scalzi <62512655+IAMCCS@users.noreply.github.com> Date: Sat, 15 Nov 2025 00:16:01 +0100 Subject: [PATCH] =?UTF-8?q?Add=20iamccs=20annotate=20node=20=E2=80=94=20Co?= =?UTF-8?q?mfyUI=20annotation=20extension=20(#2254)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: Add IAMCCS-nodes repository (WANAnimate LoRA Loader Fix) This repo adds a node fixing LoRA loading in native WANAnimate workflows without using WanVideoWrapper. Critical for FLUX/WAN 2.1 users. * Update custom-node-list.json * feat: Add IAMCCS annotate node to the list * Update custom-node-list.json --------- Co-authored-by: IAMCCS Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8b9013f8..aa392cd7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36649,6 +36649,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "IAMCCS Annotate", + "title": "IAMCCS_annotate - Free-hand drawing tool for ComfyUI", + "id": "IAMCCS-Annotate", + "reference": "https://github.com/IAMCCS/IAMCCS_annotate", + "files": [ + "https://github.com/IAMCCS/IAMCCS_annotate" + ], + "install_type": "git-clone", + "description": "A powerful drawing and annotation tool for ComfyUI that lets you add notes, sketches, and annotations directly on your workflow canvas with full layer support." } ] }