Skip to content

Commit 13d7252

Browse files
committed
to be fixed up
1 parent 12cebbb commit 13d7252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/pipelines/wan/wan_pipeline_2_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(
3333
config: HyperParameters,
3434
low_noise_transformer: Optional[WanModel],
3535
high_noise_transformer: Optional[WanModel],
36-
**kwargs
36+
**kwargs,
3737
):
3838
super().__init__(config=config, **kwargs)
3939
self.low_noise_transformer = low_noise_transformer

0 commit comments

Comments
 (0)