CPU3DAI tools for 3D, video and audio

LTX-Video: video generator — what it does and what you need to run it

LTX-Video is an open source video generator from Lightricks that tackles the image-to-video task. The tool lets you turn a static image into a video clip, with the option of running it locally on your own hardware.

What it does

The authors position the model as a solution for generating video from an image (image-to-video). The repository tags also mention text-to-video and image-to-video-generation tasks, indicating support for text descriptions as an additional condition. The underlying architecture is based on diffusion-models and dit, the code is written in Python and integrated with the diffusers library.

What you need to run it

The code is open source under the Apache-2.0 license, while the model weights are distributed under a license the developers label as "other". The largest weight file is 26.6 GB, and the total size of all weight files is 236.4 GB.

As described by the author, the tool requires 1 GB of VRAM — verbatim: "Requires only 1GB of VRAM". MPS support on macOS with PyTorch 2.3.0 is declared. The codebase was tested with Python 3.10.5, CUDA 12.2, and supports PyTorch versions no older than 2.1.2. The repository was created in November 2024, with the latest code change dated January 2026.

Who it suits

The tool is aimed at those ready to run it locally and who have enough disk space to store the weights. The stated 1 GB VRAM requirement makes the model accessible to a wide range of GPUs, including relatively old or low-power cards. MPS support allows it to run on Mac computers with Apple Silicon.

It will not suit those looking for a cloud service without the need for a local installation — LTX-Video requires self-deployment from the repository. For users without experience with Python and the command line, the entry barrier may feel high.

The model and code are available on GitHub and Hugging Face, and additional information can be found on the project website. Since the weights license is marked as "other", it is worth carefully reviewing the terms before commercial use.

LTX-Video pipeline Image- and text-to-video generator Input data Source image Text prompt Generation parameters Image + Text Prompt Encoders VAE encoding Text tokenization Latent representation VAE + T5 Encoder DiT transformer Diffusion model Noise prediction Iterative denoising VRAM: 1 GB Diffusion Transformer Decoder VAE decoding Frame reconstruction VAE Decoder Result: video Generated video sequence from input image and text prompt Format: MP4 / GIF / frame sequence Text-to-Video (alternative mode) Platform: MPS (macOS) · Python 3.10 · PyTorch ≥ 2.1.2 · CUDA 12.2 Library: Diffusers · Code license: Apache-2.0 · Weights: 26.6 GB (main) / 236.4 GB (all)
How the LTX-Video pipeline works. The diagram is drawn from the tool’s fact sheet.

Fact sheet

Taskimage-to-video source
Code licenseApache-2.0 source
Weights licenseother source
PlatformMPS per the author’s description source
VRAM1 GB per the author’s description source
Largest weights file26.6 GB source
All weights files236.4 GB source
Python3.10 per the author’s description source
Librarydiffusers source
LanguagePython source
Last code change2026-01-05 source
Repository created2024-11-20 source
Changes often — as of 2026-08-19
GitHub stars10799 source
Forks1107 source
Downloads per month550361 source
Model updated2025-07-16 source

Values are collected automatically from official sources and were checked on 2026-08-19. Each one links to its source, and values taken from the developer’s pages also carry a verbatim quote — hover over the note. Pricing and versions are shown as of the check date and change most often; verify on the vendor’s site before buying.

See also