We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f1d8f commit 0cdb17bCopy full SHA for 0cdb17b
1 file changed
src/maxdiffusion/pipelines/ltx2/ltx2_pipeline.py
@@ -1700,6 +1700,7 @@ def __call__(
1700
"latent_width",
1701
"audio_num_frames",
1702
"fps",
1703
+ "use_cross_timestep",
1704
),
1705
)
1706
def transformer_forward_pass(
@@ -1769,6 +1770,7 @@ def transformer_forward_pass(
1769
1770
"scan_layers",
1771
"scheduler_step",
1772
"logical_axis_rules",
1773
1774
1775
1776
def run_diffusion_loop(
0 commit comments