LTX Video 0.9.8 long multi prompt #12614
Open
+1,331
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR: Add LTXI2VLongMultiPromptPipeline (ComfyUI-parity long I2V with multi-prompt sliding windows)
What does this PR do?
Primary implementation and docs
Motivation and context
Key features and changes
Usage example
Breaking changes
Docs updated
Before submitting
Test Case
This test aims to verify the visual parity of the
LTXI2VLongMultiPromptPipelineoutput against the ComfyUI LTXVideo plugin when configured with identical parameters.1. Test Setup
Input Image:

Core Parameter Alignment:
To ensure a fair comparison, the following key parameters were kept identical between the ComfyUI and Diffusers implementations. These are based on the ltxv-13b-i2v-long-multi-prompt.json workflow.
2. Diffusers Implementation Code
3. Results Comparison
Stage A: Base Long Video Generation
ltxv-base_00001.1.mp4
ltx_i2v_long_base.mp4
Stage B: Upsampling & Refinement
ltxv-ic-lora_00008_compressed.webm
ltx_i2v_long_refined.mp4
4. Limitation