1
0
Fork 0

fix(gui): sync client and server default params

This commit is contained in:
Sean Sube 2023-12-26 08:04:31 -06:00
parent ae0e8447f9
commit b93a5da190
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@
}, },
"height": { "height": {
"default": 512, "default": 512,
"min": 256, "min": 128,
"max": 8192, "max": 8192,
"step": 8 "step": 8
}, },
@ -98,7 +98,7 @@
"step": 1 "step": 1
}, },
"highresStrength": { "highresStrength": {
"default": 0.5, "default": 0.1,
"min": 0, "min": 0,
"max": 1, "max": 1,
"step": 0.01 "step": 0.01
@ -212,7 +212,7 @@
"unet_tile": { "unet_tile": {
"default": 512, "default": 512,
"min": 128, "min": 128,
"max": 1024, "max": 2048,
"step": 128 "step": 128
}, },
"upscaleOrder": { "upscaleOrder": {
@ -241,7 +241,7 @@
}, },
"width": { "width": {
"default": 512, "default": 512,
"min": 256, "min": 128,
"max": 8192, "max": 8192,
"step": 8 "step": 8
} }