From 21efd3b86dfa304b670ef2dbdfb9c5276ef60f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 12:09:11 +0100 Subject: [PATCH] fix: remove widget parameters from inputs array - they belong in widgets_values only --- .../ultimate-sd-upscale-production-v1.json | 30 +------------------ 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/comfyui/workflows/upscaling/ultimate-sd-upscale-production-v1.json b/comfyui/workflows/upscaling/ultimate-sd-upscale-production-v1.json index 3342181..20285fa 100644 --- a/comfyui/workflows/upscaling/ultimate-sd-upscale-production-v1.json +++ b/comfyui/workflows/upscaling/ultimate-sd-upscale-production-v1.json @@ -178,34 +178,6 @@ "type": "VAE", "link": 5 }, - { - "name": "upscale_by", - "type": "FLOAT" - }, - { - "name": "seed", - "type": "INT" - }, - { - "name": "steps", - "type": "INT" - }, - { - "name": "cfg", - "type": "FLOAT" - }, - { - "name": "sampler_name", - "type": "STRING" - }, - { - "name": "scheduler", - "type": "STRING" - }, - { - "name": "denoise", - "type": "FLOAT" - }, { "name": "upscale_model", "type": "UPSCALE_MODEL", @@ -278,7 +250,7 @@ [7, 4, 0, 5, 3, "CONDITIONING"], [8, 5, 0, 6, 0, "IMAGE"], [9, 5, 0, 7, 0, "IMAGE"], - [10, 8, 0, 5, 12, "UPSCALE_MODEL"] + [10, 8, 0, 5, 5, "UPSCALE_MODEL"] ], "groups": [], "config": {},