From aa311f7b48fbc89d05c7d1c5d3ece2a0a871d2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 00:52:51 +0100 Subject: [PATCH] fix: use VIT-G preset for SDXL IP-Adapter workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../ipadapter-composition-i2i-production-v1.json | 4 ++-- .../image-to-image/ipadapter-face-i2i-production-v1.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/comfyui/workflows/image-to-image/ipadapter-composition-i2i-production-v1.json b/comfyui/workflows/image-to-image/ipadapter-composition-i2i-production-v1.json index ae949e2..7e14652 100644 --- a/comfyui/workflows/image-to-image/ipadapter-composition-i2i-production-v1.json +++ b/comfyui/workflows/image-to-image/ipadapter-composition-i2i-production-v1.json @@ -138,7 +138,7 @@ 100 ], "widgets_values": [ - "PLUS (high strength)" + "VIT-G (medium strength)" ], "title": "IP-Adapter Loader 1", "flags": {}, @@ -185,7 +185,7 @@ 250 ], "widgets_values": [ - "PLUS (high strength)" + "VIT-G (medium strength)" ], "title": "IP-Adapter Loader 2", "flags": {}, diff --git a/comfyui/workflows/image-to-image/ipadapter-face-i2i-production-v1.json b/comfyui/workflows/image-to-image/ipadapter-face-i2i-production-v1.json index 91f5edd..61d3df5 100644 --- a/comfyui/workflows/image-to-image/ipadapter-face-i2i-production-v1.json +++ b/comfyui/workflows/image-to-image/ipadapter-face-i2i-production-v1.json @@ -102,7 +102,7 @@ "1": 78 }, "widgets_values": [ - "PLUS FACE (portraits)" + "VIT-G (medium strength)" ], "title": "IP-Adapter Face Loader", "flags": {},