mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-12-16 12:13:27 +00:00
denoising strength saved correctly
This commit is contained in:
parent
b7e4fe5d6d
commit
35e4ee2b59
2
wgp.py
2
wgp.py
@ -5884,7 +5884,7 @@ def prepare_inputs_dict(target, inputs, model_type = None, model_filename = None
|
|||||||
pop += ["MMAudio_setting", "MMAudio_prompt", "MMAudio_neg_prompt"]
|
pop += ["MMAudio_setting", "MMAudio_prompt", "MMAudio_neg_prompt"]
|
||||||
|
|
||||||
video_prompt_type = inputs["video_prompt_type"]
|
video_prompt_type = inputs["video_prompt_type"]
|
||||||
if not base_model_type in ["tv2"]:
|
if not base_model_type in ["t2v"]:
|
||||||
pop += ["denoising_strength"]
|
pop += ["denoising_strength"]
|
||||||
|
|
||||||
if not server_config.get("enhancer_enabled", 0) == 1:
|
if not server_config.get("enhancer_enabled", 0) == 1:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user