Skip to content

Commit 443243d

Browse files
committed
kept latents as jnp
1 parent 0b67a19 commit 443243d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/maxdiffusion/pipelines/ltx_video/ltx_video_pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,6 @@ def __call__(
731731
timestep=noise_cond,
732732
scheduler_state=scheduler_state,
733733
)
734-
latents = torch.from_numpy(np.array(latents))
735734
latents = latents[:, num_cond_latents:]
736735

737736
latents = self.patchifier.unpatchify(

0 commit comments

Comments
 (0)