リアルタイム動画モデル
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 · 掲載≠推奨 · 2026-09-03 再確認
- 運営
- Lightricks
- パラメータ
- ~1.9B open weights
- モデル
- Latent diffusion · 1:192 Video-VAE
- 出力
- Faster-than-playback clips (paper-reported)
- 利用状況
- Open source (code + weights)
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.
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
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
Lightricks LTX Video の長所と短所
長所
- 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
短所
- 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
世間の声
公開報道からの引用 — 収集日 2026-09-03。
“5 seconds of 24 fps video at 768×512 resolution in just 2 seconds on an Nvidia H100 GPU.”
よくある質問
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.