From ec4c7b2f6ae5df76a44dd779f346902f5dd6368e Mon Sep 17 00:00:00 2001 From: Carmine Cristallo Scalzi <62512655+IAMCCS@users.noreply.github.com> Date: Tue, 14 Oct 2025 00:14:33 +0200 Subject: [PATCH] feat: Add IAMCCS-nodes repository (WANAnimate LoRA Loader Fix) (#2218) * 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 --------- 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 652f85f8..eab9f93d 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34641,6 +34641,17 @@ ], "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", + "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." } ] }