mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-12-16 12:13:27 +00:00
Fixed missing file box for phantom 14B
This commit is contained in:
parent
a790dd8432
commit
5ac92945ce
2
wgp.py
2
wgp.py
@ -1768,7 +1768,7 @@ def fix_settings(model_type, ui_defaults):
|
||||
return
|
||||
|
||||
video_prompt_type = ui_defaults.get("video_prompt_type", "")
|
||||
if model_type in ["hunyuan_custom", "hunyuan_custom_edit", "hunyuan_custom_audio", "hunyuan_avatar", "phantom", "phantom_1.3B"]:
|
||||
if model_type in ["hunyuan_custom", "hunyuan_custom_edit", "hunyuan_custom_audio", "hunyuan_avatar", "phantom_14B", "phantom_1.3B"]:
|
||||
if not "I" in video_prompt_type: # workaround for settings corruption
|
||||
video_prompt_type += "I"
|
||||
if model_type in ["hunyuan"]:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user