mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-14 22:13:41 +03:00
Update webui.py
This commit is contained in:
parent
c861b71d95
commit
7859bc9205
2
webui.py
2
webui.py
@ -567,7 +567,7 @@ skip_grid, sort_samples, sampler_name, ddim_eta, n_iter, batch_size, i, denoisin
|
||||
info_dict["denoising_strength"] = denoising_strength
|
||||
info_dict["resize_mode"] = resize_mode
|
||||
with open(f"{filename_i}.yaml", "w", encoding="utf8") as f:
|
||||
yaml.dump(info_dict, f)
|
||||
yaml.dump(info_dict, f, allow_unicode=True)
|
||||
|
||||
|
||||
def get_next_sequence_number(path, prefix=''):
|
||||
|
Loading…
Reference in New Issue
Block a user