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