fix: use IPAdapterAdvanced instead of IPAdapterFaceID
Changed node type from IPAdapterFaceID to IPAdapterAdvanced to work with VIT-G preset. IPAdapterFaceID requires specialized face detection models, while IPAdapterAdvanced works with the standard IP-Adapter models loaded by IPAdapterUnifiedLoader. Updated widget values to match IPAdapterAdvanced parameters: - weight: 0.85 (face similarity 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:
@@ -139,7 +139,7 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"type": "IPAdapterFaceID",
|
||||
"type": "IPAdapterAdvanced",
|
||||
"pos": [
|
||||
800,
|
||||
100
|
||||
@@ -151,17 +151,17 @@
|
||||
"widgets_values": [
|
||||
0.85,
|
||||
0.0,
|
||||
"original",
|
||||
0.0,
|
||||
"ease in-out",
|
||||
1.0,
|
||||
true
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"title": "Apply IP-Adapter Face",
|
||||
"flags": {},
|
||||
"order": 3,
|
||||
"mode": 0,
|
||||
"properties": {
|
||||
"Node name for S&R": "IPAdapterFaceID"
|
||||
"Node name for S&R": "IPAdapterAdvanced"
|
||||
},
|
||||
"inputs": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user