From 6d2d5058d92ea4c21d389a4d9307506af8aa0d97 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Tue, 26 Dec 2023 08:07:39 -0600 Subject: [PATCH] fix(api): reduce min VAE tile size to match min height/width --- api/params.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/params.json b/api/params.json index 0c74b809..027f6b9a 100644 --- a/api/params.json +++ b/api/params.json @@ -239,7 +239,7 @@ }, "vae_tile": { "default": 512, - "min": 256, + "min": 128, "max": 1024, "step": 128 },