From 74844842cf9bddb2538e4f172031e10aedd2e234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 00:17:28 +0100 Subject: [PATCH] Fix missing node links in IP-Adapter workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added proper node connections (links array) for both workflows: - ipadapter-composition-i2i-production-v1.json: 21 links connecting dual IP-Adapter chain - ipadapter-face-i2i-production-v1.json: 15 links connecting face IP-Adapter chain The workflows now have complete node graphs that will load and execute properly in ComfyUI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- ...adapter-composition-i2i-production-v1.json | 24 ++++++++++++++++++- .../ipadapter-face-i2i-production-v1.json | 18 +++++++++++++- 2 files changed, 40 insertions(+), 2 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 0d6c0f1..31fe31a 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 @@ -319,7 +319,29 @@ } } ], - "links": [], + "links": [ + [1, 1, 0, 4, 0, "MODEL"], + [2, 1, 1, 4, 1, "CLIP"], + [3, 1, 0, 5, 0, "MODEL"], + [4, 1, 1, 5, 1, "CLIP"], + [5, 2, 0, 6, 2, "IMAGE"], + [6, 4, 0, 6, 0, "MODEL"], + [7, 4, 1, 6, 1, "IPADAPTER"], + [8, 3, 0, 7, 2, "IMAGE"], + [9, 5, 0, 7, 0, "MODEL"], + [10, 5, 1, 7, 1, "IPADAPTER"], + [11, 6, 0, 7, 0, "MODEL"], + [12, 1, 1, 8, 0, "CLIP"], + [13, 1, 1, 9, 0, "CLIP"], + [14, 7, 0, 11, 0, "MODEL"], + [15, 8, 0, 11, 1, "CONDITIONING"], + [16, 9, 0, 11, 2, "CONDITIONING"], + [17, 10, 0, 11, 3, "LATENT"], + [18, 11, 0, 12, 0, "LATENT"], + [19, 1, 2, 12, 1, "VAE"], + [20, 12, 0, 13, 0, "IMAGE"], + [21, 12, 0, 14, 0, "IMAGE"] + ], "extra": { "workflow_info": { "name": "IP-Adapter Multi-Composition Image-to-Image Production", diff --git a/comfyui/workflows/image-to-image/ipadapter-face-i2i-production-v1.json b/comfyui/workflows/image-to-image/ipadapter-face-i2i-production-v1.json index 41d02b1..d9e4dae 100644 --- a/comfyui/workflows/image-to-image/ipadapter-face-i2i-production-v1.json +++ b/comfyui/workflows/image-to-image/ipadapter-face-i2i-production-v1.json @@ -253,7 +253,23 @@ } } ], - "links": [], + "links": [ + [1, 1, 0, 3, 0, "MODEL"], + [2, 1, 1, 3, 1, "CLIP"], + [3, 2, 0, 4, 2, "IMAGE"], + [4, 3, 0, 4, 0, "MODEL"], + [5, 3, 1, 4, 1, "IPADAPTER"], + [6, 1, 1, 5, 0, "CLIP"], + [7, 1, 1, 6, 0, "CLIP"], + [8, 4, 0, 8, 0, "MODEL"], + [9, 5, 0, 8, 1, "CONDITIONING"], + [10, 6, 0, 8, 2, "CONDITIONING"], + [11, 7, 0, 8, 3, "LATENT"], + [12, 8, 0, 9, 0, "LATENT"], + [13, 1, 2, 9, 1, "VAE"], + [14, 9, 0, 10, 0, "IMAGE"], + [15, 9, 0, 11, 0, "IMAGE"] + ], "extra": { "workflow_info": { "name": "IP-Adapter Face Portrait Image-to-Image Production",