Skip to content

Commit 34d4e0e

Browse files
committed
change in unpack function
1 parent 513a0c3 commit 34d4e0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/pipelines/ltx2/ltx2_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ def run_connectors(graphdef, state, hidden_states, attention_mask):
12981298

12991299
# Unpack and Denormalize Video
13001300
latents = self._unpack_latents(
1301-
latents_jax, num_frames, height, width,
1301+
latents_jax, latent_num_frames, latent_height, latent_width,
13021302
self.transformer_spatial_patch_size, self.transformer_temporal_patch_size
13031303
)
13041304
latents = self._denormalize_latents(

0 commit comments

Comments
 (0)