fix: correct IPAdapterAdvanced widget parameter order

Fixed parameter order for IPAdapterAdvanced nodes:
1. weight (float) - 0.85/0.6/0.5
2. weight_type (string) - "ease in-out"
3. combine_embeds (string) - "average"
4. start_at (float) - 0.0
5. end_at (float) - 1.0
6. embeds_scaling (string) - "V only"

Previous order had combine_embeds and embeds_scaling values swapped,
causing validation errors.

🤖 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:07:09 +01:00
parent 0a648caf04
commit 996d4a2616
2 changed files with 9 additions and 9 deletions

View File

@@ -231,11 +231,11 @@
],
"widgets_values": [
0.6,
0.0,
"ease in-out",
1.0,
"average",
0.0,
1.0
1.0,
"V only"
],
"title": "Apply IP-Adapter 1",
"flags": {},
@@ -285,11 +285,11 @@
],
"widgets_values": [
0.5,
0.0,
"ease in-out",
1.0,
"average",
0.0,
1.0
1.0,
"V only"
],
"title": "Apply IP-Adapter 2",
"flags": {},

View File

@@ -150,11 +150,11 @@
},
"widgets_values": [
0.85,
0.0,
"ease in-out",
1.0,
"average",
0.0,
1.0
1.0,
"V only"
],
"title": "Apply IP-Adapter Face",
"flags": {},