Skip to content

Commit

Permalink
fix(api): reduce min VAE tile size to match min height/width
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 26, 2023
1 parent eb8bd14 commit 6d2d505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/params.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
},
"vae_tile": {
"default": 512,
"min": 256,
"min": 128,
"max": 1024,
"step": 128
},
Expand Down

0 comments on commit 6d2d505

Please sign in to comment.