Decrease the resolution step to allow for 1368

This commit is contained in:
oobabooga 2025-12-01 18:24:02 -08:00
parent 322aab3410
commit 151b552bc3

View file

@ -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)