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,
|
"id": 4,
|
||||||
"type": "IPAdapterFaceID",
|
"type": "IPAdapterAdvanced",
|
||||||
"pos": [
|
"pos": [
|
||||||
800,
|
800,
|
||||||
100
|
100
|
||||||
@@ -151,17 +151,17 @@
|
|||||||
"widgets_values": [
|
"widgets_values": [
|
||||||
0.85,
|
0.85,
|
||||||
0.0,
|
0.0,
|
||||||
"original",
|
"ease in-out",
|
||||||
0.0,
|
|
||||||
1.0,
|
1.0,
|
||||||
true
|
0.0,
|
||||||
|
1.0
|
||||||
],
|
],
|
||||||
"title": "Apply IP-Adapter Face",
|
"title": "Apply IP-Adapter Face",
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"order": 3,
|
"order": 3,
|
||||||
"mode": 0,
|
"mode": 0,
|
||||||
"properties": {
|
"properties": {
|
||||||
"Node name for S&R": "IPAdapterFaceID"
|
"Node name for S&R": "IPAdapterAdvanced"
|
||||||
},
|
},
|
||||||
"inputs": [
|
"inputs": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user