Fix missing node links in IP-Adapter workflows
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 <noreply@anthropic.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user