From a1dbb2261d07723110c7549846c71bfa10c3dc71 Mon Sep 17 00:00:00 2001 From: IAMCCS Date: Sun, 12 Oct 2025 20:22:49 +0200 Subject: [PATCH 1/2] 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. --- custom-node-list.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index b0ed5425..f29c700b 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34411,4 +34411,17 @@ "description": "This is a node to convert an image into a CMYK Halftone dot image." } ] -} +}, +{ + "author": "IAMCCS", + "title": "IAMCCS-nodes", + "id": "iamccs-nodes", + "reference": "https://github.com/IAMCCS/IAMCCS-nodes", + "files": [ + "https://github.com/IAMCCS/IAMCCS-nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes by IAMCCS, including a critical fix for LoRA loading in native WANAnimate workflows, especially useful for advanced models like FLUX and WAN 2.1. This bypasses the need for the WanVideoWrapper for LoRA functionality." + } + ] +} \ No newline at end of file From 02620adec168045b699cc175075f62cfe7fd81c0 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Mon, 13 Oct 2025 06:15:55 +0900 Subject: [PATCH 2/2] Update custom-node-list.json --- custom-node-list.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f29c700b..08222c8d 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34409,10 +34409,8 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } - ] -}, -{ + }, + { "author": "IAMCCS", "title": "IAMCCS-nodes", "id": "iamccs-nodes", @@ -34424,4 +34422,4 @@ "description": "Custom nodes by IAMCCS, including a critical fix for LoRA loading in native WANAnimate workflows, especially useful for advanced models like FLUX and WAN 2.1. This bypasses the need for the WanVideoWrapper for LoRA functionality." } ] -} \ No newline at end of file +}