We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35b807 commit d0bdf4bCopy full SHA for d0bdf4b
src/diffusers/pipelines/ltx/pipeline_ltx_condition.py
@@ -601,7 +601,6 @@ def prepare_latents(
601
condition_latent_frames_mask[:, :num_cond_frames] = condition.strength
602
else:
603
if num_data_frames > 1:
604
- # TODO
605
(
606
latents,
607
condition_latents,
@@ -626,6 +625,8 @@ def prepare_latents(
626
625
)
627
628
rope_interpolation_scale = [
+ # TODO!!! This is incorrect: the frame index needs to added AFTER multiplying the interpolation
629
+ # scale with the grid.
630
(self.vae_temporal_compression_ratio + condition.frame_index) / frame_rate,
631
self.vae_spatial_compression_ratio,
632
0 commit comments