Downloads · 30 days
98
7% of all-time downloads
oxide-lab/LTX-Video-0.9.5-diffusers
LTX-Video-0.9.5-diffusers is a text-to-video model from oxide-lab. Use it when you need video from a text prompt. It is set up for diffusers. The card lists the license as other.
This repository provides a high-performance, native Rust implementation of LTX-Video using the Candle ML framework.
Downloads · 30 days
98
7% of all-time downloads
All-time downloads
1.4K
Public
Parameters
1.9B
19.3 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors6.3 GB · 65%
From the Hugging Face model README
This repository provides a high-performance, native Rust implementation of LTX-Video using the Candle ML framework.
Ensure you have Rust and the CUDA Toolkit installed, then:
git clone https://github.com/FerrisMind/candle-video
cd candle-video
cargo build --release --features flash-attn,cudnn
cargo run --example ltx-video --release -- \
--local-weights ./models/ltx-video \
--prompt "A serene mountain lake at sunset, photorealistic, 4k" \
--width 768 --height 512 --num-frames 97 \
--steps 30
| Resolution | Frames | VRAM (BF16) | VRAM (VAE Tiling) |
|---|---|---|---|
| 512x768 | 97 | ~8-13 GB | ~8-9 GB |
Note: Using GGUF T5 encoder saves an additional ~8-12GB of VRAM.
For more details, visit the main GitHub Repository.