Skip to content

Commit 944f130

Browse files
rebase
1 parent 56621c6 commit 944f130

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/maxdiffusion/pipelines/wan/wan_pipeline_i2v_2p2.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,6 @@ def __call__(
214214
if sum([use_cfg_cache, use_sen_cache, use_magcache]) > 1:
215215
raise ValueError("use_cfg_cache, use_sen_cache and use_magcache are mutually exclusive. Enable only one.")
216216

217-
if use_cfg_cache and use_sen_cache:
218-
raise ValueError("use_cfg_cache and use_sen_cache are mutually exclusive. Enable only one.")
219-
220217
if use_magcache and (guidance_scale_low <= 1.0 or guidance_scale_high <= 1.0):
221218
raise ValueError(
222219
f"use_magcache=True requires both guidance_scale_low > 1.0 and guidance_scale_high > 1.0 "

0 commit comments

Comments
 (0)