From 257726ab59853e94775aa209da3dde38c8338e46 Mon Sep 17 00:00:00 2001 From: Andrey Borysenko Date: Sun, 30 Jun 2024 20:01:21 +0300 Subject: [PATCH] add missing `source_input_name` input Signed-off-by: Andrey Borysenko --- flows/supir_upscaler.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flows/supir_upscaler.json b/flows/supir_upscaler.json index 73da9ea..cbdbeaf 100644 --- a/flows/supir_upscaler.json +++ b/flows/supir_upscaler.json @@ -355,7 +355,7 @@ }, "class_type": "LoadImage", "_meta": { - "title": "input;Image to upscale;order=1" + "title": "input;Image to upscale;order=1;custom_id=image_to_upscale" } }, "120": { @@ -364,6 +364,7 @@ "display_name": "Output image size factor", "optional": false, "advanced": true, + "source_input_name": "image_to_upscale", "min": 1.1, "max": 3, "step": 0.1,