From 613a44a7facbb3f5d5227b8464ad76a554871beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 00:31:59 +0100 Subject: [PATCH] Change IPAdapter preset to STANDARD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed from PLUS/FACE presets to STANDARD preset which works with the basic ip-adapter_sdxl.safetensors model currently installed. 🤖 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..91649b0 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)" + "STANDARD" ], "title": "IP-Adapter Loader 1", "flags": {}, @@ -185,7 +185,7 @@ 250 ], "widgets_values": [ - "PLUS (high strength)" + "STANDARD" ], "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 9c5d981..49edc5f 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": [ - "FACE" + "STANDARD" ], "title": "IP-Adapter Face Loader", "flags": {},