From 151b552bc38aa373805280b30dcac3e8b89fbd8f Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:24:02 -0800 Subject: [PATCH] Decrease the resolution step to allow for 1368 --- modules/ui_image_generation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui_image_generation.py b/modules/ui_image_generation.py index 749b8b95..defe1788 100644 --- a/modules/ui_image_generation.py +++ b/modules/ui_image_generation.py @@ -23,7 +23,7 @@ ASPECT_RATIOS = { "Custom": None, } -STEP = 32 +STEP = 16 IMAGES_PER_PAGE = 64 # Settings keys to save in PNG metadata (Generate tab only)