Update webui.py

This commit is contained in:
hdon1 2022-08-27 12:16:33 -05:00 committed by hlky
parent c861b71d95
commit 7859bc9205

View File

@ -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=''):