Files
diffusers/tests/pipelines
Jerry Song 40e96454f1 Fix LTX-2 image-to-video generation failure in two stages generation (#13187)
* Fix LTX-2 image-to-video generation failure in two stages generation

In LTX-2's two-stage image-to-video generation task, specifically after
the upsampling step, a shape mismatch occurs between the `latents` and
the `conditioning_mask`, which causes an error in function
`_create_noised_state`.

Fix it by creating the `conditioning_mask` based on the shape of the
`latents`.

* Add unit test for LTX-2 i2v two stages inference with upsampler

* Downscaling the upsampler in LTX-2 image-to-video unit test

* Apply style fixes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-27 00:55:01 -08:00
..
2026-02-24 10:53:56 +05:30
2025-10-28 16:27:48 +05:30
2026-02-24 10:53:56 +05:30
2026-01-15 09:10:54 -10:00
2026-02-24 10:53:56 +05:30
2026-02-24 10:53:56 +05:30
2025-04-15 06:50:08 -10:00
2026-02-24 10:53:56 +05:30
2026-02-24 10:53:56 +05:30
2026-02-24 10:53:56 +05:30
2026-02-24 10:53:56 +05:30
2022-10-24 16:34:01 +02:00