Skip to content

Commit 0cdb17b

Browse files
committed
pipeline fix
1 parent 91f1d8f commit 0cdb17b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/maxdiffusion/pipelines/ltx2/ltx2_pipeline.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,6 +1700,7 @@ def __call__(
17001700
"latent_width",
17011701
"audio_num_frames",
17021702
"fps",
1703+
"use_cross_timestep",
17031704
),
17041705
)
17051706
def transformer_forward_pass(
@@ -1769,6 +1770,7 @@ def transformer_forward_pass(
17691770
"scan_layers",
17701771
"scheduler_step",
17711772
"logical_axis_rules",
1773+
"use_cross_timestep",
17721774
),
17731775
)
17741776
def run_diffusion_loop(

0 commit comments

Comments
 (0)