mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
Decrease the resolution step to allow for 1368
This commit is contained in:
parent
322aab3410
commit
151b552bc3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue