Skip to content

Commit 7f5636c

Browse files
committed
boundary_ratio removed from generate_wan.py
1 parent d388440 commit 7f5636c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/maxdiffusion/generate_wan.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def call_pipeline(config, pipeline, prompt, negative_prompt):
107107
num_inference_steps=config.num_inference_steps,
108108
guidance_scale_low=config.guidance_scale_low,
109109
guidance_scale_high=config.guidance_scale_high,
110-
boundary_ratio=config.boundary_ratio,
111110
)
112111
else:
113112
raise ValueError(f"Unsupported model_name for I2V in config: {model_key}")

0 commit comments

Comments
 (0)