Modèles temps réel
Lightricks LTX Video
Open latent-diffusion video model that generates clips faster than real time — the engine several chat-driven live loops run on.
github.com · répertorié ≠ recommandé · revérifié le 2026-09-03
- Opérateur
- Lightricks
- Paramètres
- ~1.9B open weights
- Modèle
- Latent diffusion · 1:192 Video-VAE
- Sortie
- Faster-than-playback clips (paper-reported)
- Accès
- Open source (code + weights)
Qu’est-ce que Lightricks LTX Video ?
LTX Video is the open-weight latent-diffusion model whose paper is literally titled 'Realtime Video Latent Diffusion' — it renders fixed-length clips faster than playback (per the paper, 5s of 24fps 768×512 in ~2s on an H100). Later LTX-2/LTX-2.5 releases added audio-video sync and faster distilled variants; the line is also the generator underneath chat-driven live loops such as Infinite TV.
Ce que fait Lightricks LTX Video
- Open-weight latent-diffusion video model built around a 1:192 pixel-to-token Video-VAE
- Generates fixed-length clips faster than playback — the paper reports 5s of 24fps 768×512 in ~2s on an H100
- Later LTX-2 / LTX-2.5 releases added audio-video sync and faster distilled variants
- Acts as the generator underneath open chat-driven live loops such as Infinite TV
- Code and pretrained weights are publicly available
À qui s’adresse Lightricks LTX Video ?
- Running open faster-than-playback generation on your own hardware
- Building the video layer of a chat-to-clip live stream
- Comparing an open diffusion engine with open autoregressive realtime models
Points forts et limites de Lightricks LTX Video
Points forts
- Genuinely open source — code and weights both available
- Proven in the wild as the engine of community live-streaming projects
- Fast enough that live loops are practical rather than theoretical
Limites
- Generates fixed-length clips, so “realtime” means fast clips, not an interactive streaming model
- Faster-than-realtime figures are the authors’ own benchmarks
- Top-tier speed assumptions (H100-class) may not hold on consumer GPUs
Ce qu’on en dit
Citations issues de couverture publique — collectées le 2026-09-03.
“5 seconds of 24 fps video at 768×512 resolution in just 2 seconds on an Nvidia H100 GPU.”
Questions fréquentes
Is LTX Video actually realtime?
It generates fixed-length clips faster than playback — per the paper, 5s of 24fps video in ~2s on an H100 — rather than streaming interactively frame-by-frame.
Is LTX Video open source?
Yes — code and pretrained weights are publicly available from Lightricks.
What is LTX Video used for in live streaming?
It is the generation engine in community live loops like Infinite TV, which feeds it chat-derived prompts.