From 58795de00d23658a788a1f9b3ccfa67e5aa92e4a Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sun, 20 Aug 2023 15:00:31 -0500 Subject: [PATCH] fix(api): update minimum image size for SDXL base --- api/params.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/params.json b/api/params.json index d56fee87..c4a1ee32 100644 --- a/api/params.json +++ b/api/params.json @@ -68,7 +68,7 @@ }, "height": { "default": 512, - "min": 256, + "min": 128, "max": 8192, "step": 8 }, @@ -209,7 +209,7 @@ "tiles": { "default": 512, "min": 128, - "max": 1024, + "max": 2048, "step": 128 }, "tileOrder": { @@ -239,7 +239,7 @@ }, "width": { "default": 512, - "min": 256, + "min": 128, "max": 8192, "step": 8 }