mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Decrease the resolution step to allow for 1368
This commit is contained in:
parent
322aab3410
commit
151b552bc3
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue