1
0
Fork 0

fix(api): update minimum image size for SDXL base

This commit is contained in:
Sean Sube 2023-08-20 15:00:31 -05:00
parent f73dce507c
commit 58795de00d
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@
}, },
"height": { "height": {
"default": 512, "default": 512,
"min": 256, "min": 128,
"max": 8192, "max": 8192,
"step": 8 "step": 8
}, },
@ -209,7 +209,7 @@
"tiles": { "tiles": {
"default": 512, "default": 512,
"min": 128, "min": 128,
"max": 1024, "max": 2048,
"step": 128 "step": 128
}, },
"tileOrder": { "tileOrder": {
@ -239,7 +239,7 @@
}, },
"width": { "width": {
"default": 512, "default": 512,
"min": 256, "min": 128,
"max": 8192, "max": 8192,
"step": 8 "step": 8
} }