From 0a648caf040b5f786dba6af9a3241cbe8426ea18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 01:05:34 +0100 Subject: [PATCH] fix: use IPAdapterAdvanced for composition workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed both IPAdapter nodes to IPAdapterAdvanced for better control and consistency with the face workflow. IPAdapterAdvanced provides additional parameters for fine-tuning the adapter behavior. Updated widget values for both nodes: - weight: 0.6/0.5 (composition influence strength) - noise: 0.0 - weight_type: "ease in-out" - combine_embeds: 1.0 - start_at: 0.0 - end_at: 1.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- ...padapter-composition-i2i-production-v1.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 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 7e14652..b65e126 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 @@ -224,7 +224,7 @@ }, { "id": 6, - "type": "IPAdapter", + "type": "IPAdapterAdvanced", "pos": [ 800, 100 @@ -232,6 +232,9 @@ "widgets_values": [ 0.6, 0.0, + "ease in-out", + 1.0, + 0.0, 1.0 ], "title": "Apply IP-Adapter 1", @@ -239,11 +242,11 @@ "order": 5, "mode": 0, "properties": { - "Node name for S&R": "IPAdapter" + "Node name for S&R": "IPAdapterAdvanced" }, "size": { "0": 315, - "1": 100 + "1": 258 }, "inputs": [ { @@ -275,7 +278,7 @@ }, { "id": 7, - "type": "IPAdapter", + "type": "IPAdapterAdvanced", "pos": [ 1100, 100 @@ -283,6 +286,9 @@ "widgets_values": [ 0.5, 0.0, + "ease in-out", + 1.0, + 0.0, 1.0 ], "title": "Apply IP-Adapter 2", @@ -290,11 +296,11 @@ "order": 6, "mode": 0, "properties": { - "Node name for S&R": "IPAdapter" + "Node name for S&R": "IPAdapterAdvanced" }, "size": { "0": 315, - "1": 100 + "1": 258 }, "inputs": [ {