1
0
Fork 0

fix(gui): add missing params to client-side config

This commit is contained in:
Sean Sube 2023-12-24 17:38:35 -06:00
parent e5fc9f9bad
commit 1d373faf5d
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 12 additions and 6 deletions

View File

@ -71,6 +71,12 @@
"highres": { "highres": {
"default": false "default": false
}, },
"highresIterations": {
"default": 1,
"min": 1,
"max": 4,
"step": 1
},
"highresMethod": { "highresMethod": {
"default": "lanczos", "default": "lanczos",
"keys": [ "keys": [
@ -181,12 +187,6 @@
"max": 1, "max": 1,
"step": 0.01 "step": 0.01
}, },
"stride": {
"default": 128,
"min": 64,
"max": 512,
"step": 64
},
"tiled_vae": { "tiled_vae": {
"default": false "default": false
}, },
@ -233,6 +233,12 @@
"max": 0.9, "max": 0.9,
"step": 0.01 "step": 0.01
}, },
"vae_tile": {
"default": 512,
"min": 128,
"max": 1024,
"step": 128
},
"width": { "width": {
"default": 512, "default": 512,
"min": 256, "min": 256,