fix: use VIT-G preset for SDXL IP-Adapter workflows

Changed from PLUS/PLUS FACE presets to VIT-G preset because:
- VIT-G preset is specifically designed for SDXL models
- It correctly maps to the ViT-bigG CLIP Vision model
- PLUS presets default to SD1.5 CLIP Vision models

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-23 00:52:51 +01:00
parent 2791f5012d
commit aa311f7b48
2 changed files with 3 additions and 3 deletions

View File

@@ -138,7 +138,7 @@
100 100
], ],
"widgets_values": [ "widgets_values": [
"PLUS (high strength)" "VIT-G (medium strength)"
], ],
"title": "IP-Adapter Loader 1", "title": "IP-Adapter Loader 1",
"flags": {}, "flags": {},
@@ -185,7 +185,7 @@
250 250
], ],
"widgets_values": [ "widgets_values": [
"PLUS (high strength)" "VIT-G (medium strength)"
], ],
"title": "IP-Adapter Loader 2", "title": "IP-Adapter Loader 2",
"flags": {}, "flags": {},

View File

@@ -102,7 +102,7 @@
"1": 78 "1": 78
}, },
"widgets_values": [ "widgets_values": [
"PLUS FACE (portraits)" "VIT-G (medium strength)"
], ],
"title": "IP-Adapter Face Loader", "title": "IP-Adapter Face Loader",
"flags": {}, "flags": {},