1
0
Fork 0

fix(api): reduce min VAE tile size to match min height/width

This commit is contained in:
Sean Sube 2023-12-26 08:07:39 -06:00
parent eb8bd145c9
commit 6d2d5058d9
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@
}, },
"vae_tile": { "vae_tile": {
"default": 512, "default": 512,
"min": 256, "min": 128,
"max": 1024, "max": 1024,
"step": 128 "step": 128
}, },