pr fix 🐸

reeee
This commit is contained in:
hlky 2022-08-25 05:17:42 +01:00
parent 07edcd9a92
commit d2968f4089
No known key found for this signature in database
GPG Key ID: 55A99F1E80D907D5

View File

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