From 5ac92945ce29cc0d3f2ab49275b690947f26d3fd Mon Sep 17 00:00:00 2001 From: deepbeepmeep <84379123+deepbeepmeep@users.noreply.github.com> Date: Mon, 23 Jun 2025 09:57:01 +0200 Subject: [PATCH] Fixed missing file box for phantom 14B --- wgp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgp.py b/wgp.py index 3f40c8a..2edb8d2 100644 --- a/wgp.py +++ b/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"]: