fix: use IPAdapterAdvanced for composition workflow

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 <noreply@anthropic.com>
This commit is contained in:
2025-11-23 01:05:34 +01:00
parent 603c56edf6
commit 0a648caf04

View File

@@ -224,7 +224,7 @@
}, },
{ {
"id": 6, "id": 6,
"type": "IPAdapter", "type": "IPAdapterAdvanced",
"pos": [ "pos": [
800, 800,
100 100
@@ -232,6 +232,9 @@
"widgets_values": [ "widgets_values": [
0.6, 0.6,
0.0, 0.0,
"ease in-out",
1.0,
0.0,
1.0 1.0
], ],
"title": "Apply IP-Adapter 1", "title": "Apply IP-Adapter 1",
@@ -239,11 +242,11 @@
"order": 5, "order": 5,
"mode": 0, "mode": 0,
"properties": { "properties": {
"Node name for S&R": "IPAdapter" "Node name for S&R": "IPAdapterAdvanced"
}, },
"size": { "size": {
"0": 315, "0": 315,
"1": 100 "1": 258
}, },
"inputs": [ "inputs": [
{ {
@@ -275,7 +278,7 @@
}, },
{ {
"id": 7, "id": 7,
"type": "IPAdapter", "type": "IPAdapterAdvanced",
"pos": [ "pos": [
1100, 1100,
100 100
@@ -283,6 +286,9 @@
"widgets_values": [ "widgets_values": [
0.5, 0.5,
0.0, 0.0,
"ease in-out",
1.0,
0.0,
1.0 1.0
], ],
"title": "Apply IP-Adapter 2", "title": "Apply IP-Adapter 2",
@@ -290,11 +296,11 @@
"order": 6, "order": 6,
"mode": 0, "mode": 0,
"properties": { "properties": {
"Node name for S&R": "IPAdapter" "Node name for S&R": "IPAdapterAdvanced"
}, },
"size": { "size": {
"0": 315, "0": 315,
"1": 100 "1": 258
}, },
"inputs": [ "inputs": [
{ {