1
0
Fork 0

lint(api): put params in order

This commit is contained in:
Sean Sube 2023-01-24 22:18:44 -06:00
parent 480129cc71
commit 99897af004
1 changed files with 12 additions and 12 deletions

View File

@ -32,6 +32,12 @@
"default": "",
"keys": []
},
"outscale": {
"default": 1,
"min": 1,
"max": 4,
"step": 1
},
"platform": {
"default": "amd",
"keys": []
@ -50,30 +56,24 @@
"default": "euler-a",
"keys": []
},
"steps": {
"default": 25,
"min": 1,
"max": 200,
"step": 1
},
"seed": {
"default": -1,
"min": -1,
"max": 4294967295,
"step": 1
},
"steps": {
"default": 25,
"min": 1,
"max": 200,
"step": 1
},
"strength": {
"default": 0.5,
"min": 0,
"max": 1,
"step": 0.01
},
"outscale": {
"default": 1,
"min": 1,
"max": 4,
"step": 1
},
"width": {
"default": 512,
"min": 64,