Image-to-Video
Diffusion Single File
LTX-2
text-to-video
video-to-video
image-text-to-video
audio-to-video
text-to-audio
video-to-audio
audio-to-audio
text-to-audio-video
image-to-audio-video
image-text-to-audio-video
ltx-video
lightricks
comfyui
ltx-2.5
Instructions to use Lightricks/LTX-2.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Lightricks/LTX-2.5 with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- LTX-2
How to use Lightricks/LTX-2.5 with LTX-2:
# Install the LTX-2 pipelines git clone https://github.com/Lightricks/LTX-2.git cd LTX-2 uv sync --extra natten
# Download weights from this repo # Substitute filenames from this repo's "Files and versions" if they differ hf download Lightricks/LTX-2.5 \ diffusion_models/<distilled-transformer>.safetensors \ text_encoders/gemma4-12b-with-proj-ltx-2.5-bf16.safetensors \ vae/<video-vae>.safetensors \ vae/<audio-vae>.safetensors \ latent_upscale_models/<spatial-upsampler>.safetensors \ latent_upscale_models/<temporal-upsampler>.safetensors \ --local-dir models/LTX-2.5 # DFR requires the detailing IC-LoRA (separate repo; strength is fixed at 0.5) hf download Lightricks/LTX-2.5-22b-IC-LoRA-Pixel-Spatial-Upscaler --local-dir models/LTX-2.5-22b-IC-LoRA-Pixel-Spatial-Upscaler# Distilled LTX-2.5 pipeline (fast) uv run python -m ltx_pipelines.distilled \ --transformer-path models/LTX-2.5/diffusion_models/<distilled-transformer>.safetensors \ --text-encoder-path models/LTX-2.5/text_encoders/gemma4-12b-with-proj-ltx-2.5-bf16.safetensors \ --video-vae-path models/LTX-2.5/vae/<video-vae>.safetensors \ --audio-vae-path models/LTX-2.5/vae/<audio-vae>.safetensors \ --spatial-upsampler-path models/LTX-2.5/latent_upscale_models/<spatial-upsampler>.safetensors \ --num-frames 121 \ --prompt "A beautiful sunset over the ocean" \ --output-path output.mp4 # For image-to-video, add: --image path/to/image.jpg 0 0.8# DFR pipeline (higher detail fidelity; optional temporal 2x/4x) uv run python -m ltx_pipelines.dfr_pipeline \ --transformer-path models/LTX-2.5/diffusion_models/<distilled-transformer>.safetensors \ --text-encoder-path models/LTX-2.5/text_encoders/gemma4-12b-with-proj-ltx-2.5-bf16.safetensors \ --video-vae-path models/LTX-2.5/vae/<video-vae>.safetensors \ --audio-vae-path models/LTX-2.5/vae/<audio-vae>.safetensors \ --spatial-upsampler-path models/LTX-2.5/latent_upscale_models/<spatial-upsampler>.safetensors \ --temporal-upsampler-path models/LTX-2.5/latent_upscale_models/<temporal-upsampler>.safetensors \ --detailing-lora models/LTX-2.5-22b-IC-LoRA-Pixel-Spatial-Upscaler/ltx-2.5-22b-ic-lora-pixel-spatial-upscaler-x2-1.0.safetensors \ --spatial-upscalings 1 \ --temporal-upscalings 1 \ --height 1088 \ --width 1920 \ --num-frames 121 \ --prompt "A beautiful sunset over the ocean" \ --output-path output.mp4 # For 4K: --spatial-upscalings 2 --width 3840 --height 2176 # For image-to-video, add: --image path/to/image.jpg 0 0.8 - Notebooks
- Google Colab
- Kaggle
Feature Request: Project-Based Character Memory with Smart Extend
#67 opened 1 day ago
by
Hassan139
LTX-2.5
1
#66 opened 3 days ago
by
willowoods
AssertionError: Input and weight inner dimensions must match
#64 opened 15 days ago
by
srgtsrgtrs
Any chance for a bigger text encoder (e.g. Gemma 4 26b) for the next version?
👍 2
22
#62 opened 17 days ago
by
kabachuha
Features improvement
👍 4
1
#61 opened 18 days ago
by
Hassan139
where can i find model license agreement?
1
#60 opened 18 days ago
by
violaproducers
A2Vid two-stage (LTX-2.5): stage 2 distilled refine corrupts non-keyframe latents
#59 opened 18 days ago
by
bgyngell
Don't Use LTX 2.5 For Music Videos! Stick To LTX 2.3
👍 3
5
#57 opened 19 days ago
by
LabMike3D
Zooming in
5
#54 opened 20 days ago
by
Venom999
latent spacial upscaler input limit?
1
#53 opened 20 days ago
by
Tiwaz
W4A8 Diffusion Model Request
6
#52 opened 20 days ago
by
makisekurisu-jp
Genuine question. not even complaining, just curious.
2
#50 opened 21 days ago
by
DflippinK
OneTrainer support
#49 opened 21 days ago
by
dxqb
Are I2V & T2V workflows actually different?
2
#48 opened 22 days ago
by
Insidious-One
Help with Fish Audio S2 Pro
1
#47 opened 22 days ago
by
Insidious-One
Feature Request: True Reference Image Conditioning for LTX 2.5
1
#46 opened 22 days ago
by
nikhilprasanth
Brilliant work LTX2.5! high-action boxing fight videos optimized
👍 1
2
#45 opened 22 days ago
by
David-G2026
custom audio lipsync for ltx 2.5 just doesnt work
6
#44 opened 22 days ago
by
PianodogStudios
IM CONFUSED
➕ 3
3
#39 opened 23 days ago
by
BotLifeGamer
Atrocious model - object permanence/consistency is nonexistent
👍 1
1
#38 opened 23 days ago
by
kabachuha
LTX 2.5 Just Changed Local AI Video Forever!
3
#37 opened 23 days ago
by
LabMike3D
Prompt Enhancement Produces Unrelated Generations in LTX-2.5 ComfyUI Workflow
8
#36 opened 24 days ago
by
nafishasan60
Dev-bf16
👍 1
4
#35 opened 24 days ago
by
DflippinK
Gemma 4
13
#34 opened 24 days ago
by
Shiza001
LTX-2.5 integration with ComfyUI instructions have errors
#33 opened 24 days ago
by
DTSTark
我怎么测试用了一下,感觉咱们这个版本有点负提升呢
1
#32 opened 24 days ago
by
rsseasy
求助LTXVDualCFGGuider
3
#31 opened 24 days ago
by
huajiu12
The character consistency in i2v is a disaster.
4
#30 opened 24 days ago
by
lol104
Download on the 21 GB Checkpoint download issue
6
#28 opened 25 days ago
by
jdbenchley
Possibility of A2V on the fast, distilled 2.5?
➕ 1
4
#27 opened 25 days ago
by
zavozz
need flf2v in upscale stage
#26 opened 25 days ago
by
joffreypersonal
LTX 2.5 on RTX 3060: Impressive Speed & Quality Out of the Box
🔥 3
1
#25 opened 25 days ago
by
LabMike3D
1st o.a. thx LTX team for another topmodel! I have built a wf for the dev model, optimation advices are appreciated!!
#24 opened 25 days ago
by
Sikaworld1990
thank you!!1
#23 opened 25 days ago
by
GGUFGuy
Keep it up, LTX! Thank you!
❤️ 6
#22 opened 25 days ago
by
lpiao3825
Please tell the settings for full model not just distilled.
👍 1
6
#20 opened 25 days ago
by
Meryruizk
We need gguf and gguf workflow💙
#18 opened 25 days ago
by
AsThirtyThree
The issue with the Vietnamese accent
3
#17 opened 25 days ago
by
hinody
LTX 2.5 I2V basic workflow on ComfyUI is stuck forever if try to generate 10sec video
10
#15 opened 25 days ago
by
Mike128
still 2.5 character consistency not perfect
4
#14 opened 25 days ago
by
rafiislam
Request: fp16 (not just bf16) full-precision transformer file
➕ 4
2
#13 opened 26 days ago
by
savitarTheGod
Thanks for the model and thanks for...
🔥 2
#12 opened 26 days ago
by
VaLtEc-BoY
Will Support such as Workflow, GGUF, FP8, NVFP4, MLX, int4&int8, coming soon?
1
#11 opened 26 days ago
by
aomsan461
Regarding the LTX Gemma API Text Encode node...
🚀 2
3
#9 opened 26 days ago
by
nosok12313
workflow app for this model
#8 opened 26 days ago
by
akhaliq
Request: ltx2.5_text_projection_bf16.safetensors
👍 5
1
#7 opened 26 days ago
by
EboraMacro
Thank You
❤️👍 25
14
#4 opened 26 days ago
by
dns