mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-11-04 14:16:57 +00:00
fix save settings change missed from merge
This commit is contained in:
parent
9fe4b30e85
commit
5e29595e6d
@ -1772,7 +1772,7 @@ def save_settings(state, prompt, image_prompt_type, video_length, resolution, nu
|
||||
defaults_filename = get_settings_file_name(use_image2video)
|
||||
|
||||
with open(defaults_filename, "w", encoding="utf-8") as f:
|
||||
json.dump(ui_settings , f, indent=4)
|
||||
json.dump(ui_defaults , f, indent=4)
|
||||
|
||||
gr.Info("New Default Settings saved")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user