From 7637deceeb03047172052882011f7ec0bf28fc61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 00:39:18 +0100 Subject: [PATCH] feat: restore IP-Adapter PLUS and FACE presets in workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restored original IP-Adapter presets now that models are available: - ipadapter-composition-i2i-production-v1.json: Changed both loaders to "PLUS (high strength)" - ipadapter-face-i2i-production-v1.json: Changed loader to "FACE" 🤖 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 91649b0..ae949e2 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": [ - "STANDARD" + "PLUS (high strength)" ], "title": "IP-Adapter Loader 1", "flags": {}, @@ -185,7 +185,7 @@ 250 ], "widgets_values": [ - "STANDARD" + "PLUS (high 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 49edc5f..9c5d981 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": [ - "STANDARD" + "FACE" ], "title": "IP-Adapter Face Loader", "flags": {},