Skip to content

Commit

Permalink
add missing source_input_name input
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
  • Loading branch information
andrey18106 committed Jun 30, 2024
1 parent 684a958 commit 257726a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flows/supir_upscaler.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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,
Expand Down

0 comments on commit 257726a

Please sign in to comment.