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",