fix: remove widget parameters from inputs array - they belong in widgets_values only
This commit is contained in:
@@ -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": {},
|
||||
|
||||
Reference in New Issue
Block a user