diff --git a/comfyui/workflows/upscaling/ultimate-sd-upscale-production-v1.json b/comfyui/workflows/upscaling/ultimate-sd-upscale-production-v1.json index 20285fa..f347423 100644 --- a/comfyui/workflows/upscaling/ultimate-sd-upscale-production-v1.json +++ b/comfyui/workflows/upscaling/ultimate-sd-upscale-production-v1.json @@ -178,6 +178,32 @@ "type": "VAE", "link": 5 }, + { + "name": "upscale_by", + "type": "FLOAT" + }, + { + "name": "seed", + "type": "INT" + }, + { + "name": "steps", + "type": "INT" + }, + { + "name": "cfg", + "type": "FLOAT" + }, + { + "name": "sampler_name" + }, + { + "name": "scheduler" + }, + { + "name": "denoise", + "type": "FLOAT" + }, { "name": "upscale_model", "type": "UPSCALE_MODEL", @@ -250,7 +276,7 @@ [7, 4, 0, 5, 3, "CONDITIONING"], [8, 5, 0, 6, 0, "IMAGE"], [9, 5, 0, 7, 0, "IMAGE"], - [10, 8, 0, 5, 5, "UPSCALE_MODEL"] + [10, 8, 0, 5, 12, "UPSCALE_MODEL"] ], "groups": [], "config": {},