
Auteur: Siu-Ho Fung
May 11, 2025
In the ever-evolving landscape of AI video generation, a new open-source contender has emerged that promises remarkable results with unparalleled speed - and it’s completely free. Meet LTX Video (LTXV), developed by Litrix, now updated to version 0.9.7 and powered by a robust 13B parameter model. With multiscale rendering, high-resolution support, and offline capability, LTXV is shaping up to be one of the most accessible and powerful AI video tools currently available.
In this blog post, we’ll explore what makes LTX Video exceptional, how you can use its online and offline versions, and walk you through the complete local installation process using ComfyUI.
Free & Open Source
LTXV is entirely open source and free to use, whether online or offline.
Blazing Fast
Claimed to be up to 30× faster than competitors - and real-world usage confirms impressive performance.
High Quality
Generates full HD videos with detailed rendering through its progressive multiscale approach.
Consumer-Grade GPU Compatibility
Works efficiently on GPUs with as little as 8 GB VRAM using the quantized version.
Key Features:
If you prefer a browser-based experience without using your own GPU, head over to LTX Studio. Features include:
Running LTXV locally offers complete freedom and unlimited generation without paid restrictions. Follow these steps to get set up:
Before using LTX Video offline, you need to install ComfyUI, a powerful and flexible graphical interface for running AI image and video workflows.
Follow these steps to install ComfyUI:
Clone the repository:
git clone https://github.com/comfyanonymous/ComfyUI.git
cd ComfyUI(Windows) Install dependencies and run:
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python main.py(Linux/macOS) Install dependencies and run:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 main.pyTo enable custom node management for installing LTXV components, you must install ComfyUI Manager:
Open your terminal or command prompt.
Navigate to the custom_nodes directory inside your ComfyUI installation:
cd path/to/ComfyUI/custom_nodesClone the ComfyUI Manager repository:
git clone https://github.com/ltdrdata/ComfyUI-Manager comfyui-managerRestart ComfyUI to load the new manager.
After this, you can access Manager > Custom Nodes Manager within the ComfyUI interface to install required extensions like LTX.
Once ComfyUI is running, you can proceed with installing LTXV and the necessary workflows.
Avoid the bulky Q8 model which requires Microsoft Build Tools. Instead:
ComfyUI/models/checkpointsTo ensure proper prompt processing in your ComfyUI LTXV workflows, download the required clip model:
Go to the following Hugging Face repository:
https://huggingface.co/lllyasviel/flux_text_encoders/tree/main
Download the file:t5xxl_fp8_e4m3fn.safetensors
Save it into your ComfyUI directory under:ComfyUI/models/clip/
This model is required for the text encoding component of your workflows and ensures compatibility with the FP8 quantized LTXV model.
Download an LTXV image-to-video workflow JSON file and save it anywhere.
Launch ComfyUI, go to Manager > Update ComfyUI to get the latest node compatibility.
In the workflow:
T5XXL_FP8 clip model (download from HuggingFace if not available).LTXV supports post-generation upscaling:
Steps:
ComfyUI/models/upscale_modelsset to true) before running.You can add start, middle, and end images to guide video flow:
LTX Video 13B (v0.9.7) is a game-changing AI video generator. Combining open-source accessibility, exceptional speed, and quality outputs, it’s a compelling choice for creators and developers alike. The ability to run it offline - even on consumer-grade hardware - puts powerful generative tools into more hands than ever before.
Whether you're experimenting with artistic animations, storytelling sequences, or cinematic effects, LTXV gives you an exciting new canvas to explore.
🔗 Useful Resources


Hebt u vragen of hulp nodig? Wij helpen u graag.