mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-15 06:21:34 +03:00
Update webui.py
This commit is contained in:
parent
0e53541a4b
commit
2b264de644
6
webui.py
6
webui.py
@ -810,7 +810,11 @@ def img2img(prompt: str, init_info, mask_mode, ddim_steps: int, sampler_name: st
|
||||
prompt_matrix=prompt_matrix,
|
||||
use_GFPGAN=use_GFPGAN,
|
||||
fp=fp,
|
||||
do_not_save_grid=True
|
||||
do_not_save_grid=True,
|
||||
normalize_prompt_weights=normalize_prompt_weights,
|
||||
init_img=init_img,
|
||||
init_mask=init_mask,
|
||||
keep_mask=keep_mask
|
||||
)
|
||||
|
||||
if initial_seed is None:
|
||||
|
Loading…
Reference in New Issue
Block a user