We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12cebbb commit 13d7252Copy full SHA for 13d7252
1 file changed
src/maxdiffusion/pipelines/wan/wan_pipeline_2_2.py
@@ -33,7 +33,7 @@ def __init__(
33
config: HyperParameters,
34
low_noise_transformer: Optional[WanModel],
35
high_noise_transformer: Optional[WanModel],
36
- **kwargs
+ **kwargs,
37
):
38
super().__init__(config=config, **kwargs)
39
self.low_noise_transformer = low_noise_transformer
0 commit comments