euiiiia commited on
Commit
fe71ed0
·
verified ·
1 Parent(s): bb9c872

Update LTX-Video/ltx_video/pipelines/pipeline_ltx_video.py

Browse files
LTX-Video/ltx_video/pipelines/pipeline_ltx_video.py CHANGED
@@ -1471,7 +1471,7 @@ class LTXVideoPipeline(DiffusionPipeline):
1471
  vae_per_channel_normalize=vae_per_channel_normalize,
1472
  ).to(dtype=init_latents.dtype)
1473
 
1474
-
1475
 
1476
 
1477
  # Handle the different conditioning cases
 
1471
  vae_per_channel_normalize=vae_per_channel_normalize,
1472
  ).to(dtype=init_latents.dtype)
1473
 
1474
+ print(f"media_item_latents, {media_item_latents.shape}")
1475
 
1476
 
1477
  # Handle the different conditioning cases