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:
@@ -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": {},
|
||||
|
||||
@@ -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": {},
|
||||
|
||||
Reference in New Issue
Block a user