Skip to content

Commit f9e842a

Browse files
committed
ruff check
1 parent 33d16f7 commit f9e842a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/pipelines/wan/wan_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ def prepare_latents_i2v_base(
532532
with self.mesh, nn_partitioning.axis_rules(self.config.logical_axis_rules):
533533
sharding_spec = P(self.config.mesh_axes[0], None, None, None, None)
534534
video_condition = jax.lax.with_sharding_constraint(
535-
video_condition,
535+
video_condition,
536536
sharding_spec
537537
)
538538
encoded_output = self.vae.encode(video_condition, self.vae_cache)[0].mode()

0 commit comments

Comments
 (0)