From 8616b0e23197e7785e53018869319f3dfb030780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 00:25:37 +0100 Subject: [PATCH] Fix workflow validation errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed checkpoint name from 'diffusers/stable-diffusion-xl-base-1.0' to 'sd_xl_base_1.0.safetensors' - Fixed IPAdapter end_at parameter from string "original" to float 1.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../ipadapter-composition-i2i-production-v1.json | 6 +++--- .../image-to-image/ipadapter-face-i2i-production-v1.json | 2 +- 2 files changed, 4 insertions(+), 4 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 2673e17..e821bad 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 @@ -10,7 +10,7 @@ 100 ], "widgets_values": [ - "diffusers/stable-diffusion-xl-base-1.0" + "sd_xl_base_1.0.safetensors" ], "title": "SDXL Checkpoint Loader", "flags": {}, @@ -246,7 +246,7 @@ "widgets_values": [ 0.6, 0.0, - "original" + 1.0 ], "title": "Apply IP-Adapter 1", "flags": {}, @@ -297,7 +297,7 @@ "widgets_values": [ 0.5, 0.0, - "original" + 1.0 ], "title": "Apply IP-Adapter 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 72f60b8..1b11833 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 @@ -14,7 +14,7 @@ "1": 100 }, "widgets_values": [ - "diffusers/stable-diffusion-xl-base-1.0" + "sd_xl_base_1.0.safetensors" ], "title": "SDXL Base Checkpoint Loader", "flags": {},