mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-14 22:13:41 +03:00
pr fix 🐸
reeee
This commit is contained in:
parent
07edcd9a92
commit
d2968f4089
2
webui.py
2
webui.py
@ -560,7 +560,7 @@ def txt2img(prompt: str, ddim_steps: int, sampler_name: str, toggles: list, ddim
|
||||
|
||||
# print('toggles:', toggles)
|
||||
prompt_matrix = 0 in toggles
|
||||
normalize_prompt_weights = 1 in toggles
|
||||
normalize_prompt_weights = 1
|
||||
skip_save = 2 not in toggles
|
||||
skip_grid = 3 not in toggles
|
||||
use_GFPGAN = 4 in toggles
|
||||
|
Loading…
Reference in New Issue
Block a user