From c782c93f4d48bde2cf9e315be52cf9639e7b09b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 00:27:06 +0100 Subject: [PATCH] Remove invalid link 9 from composition workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Node 5 (IPAdapterUnifiedLoader) MODEL output should not connect to Node 7. The chain is: Node 6 IPAdapter output -> Node 7 IPAdapter input[0]. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../ipadapter-composition-i2i-production-v1.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/comfyui/workflows/image-to-image/ipadapter-composition-i2i-production-v1.json b/comfyui/workflows/image-to-image/ipadapter-composition-i2i-production-v1.json index e821bad..bac36b0 100644 --- a/comfyui/workflows/image-to-image/ipadapter-composition-i2i-production-v1.json +++ b/comfyui/workflows/image-to-image/ipadapter-composition-i2i-production-v1.json @@ -221,9 +221,7 @@ { "name": "MODEL", "type": "MODEL", - "links": [ - 9 - ], + "links": [], "slot_index": 0 }, {