Lightricks / ComfyUI-LTXVideo
- ΡΡΠ±Π±ΠΎΡΠ°, 10 ΠΌΠ°Ρ 2025β―Π³. Π² 00:00:05
LTX-Video Support for ComfyUI
ComfyUI-LTXVideo is a collection of custom nodes for ComfyUI, designed to provide useful tools for working with the LTXV model. The model itself is supported in the core ComfyUI code. The main LTXVideo repository can be found here.
LTXV 13B 0.9.7
Delivers cinematic-quality videos at unprecedented speed.
π Download here
LTXV 13B Quantized 0.9.7
Offers reduced memory requirements and even faster inference speeds.
Ideal for consumer-grade GPUs (e.g., NVIDIA 4090, 5090).
Delivers outstanding quality with improved performance.
Important: In order to run the quantized version please install LTXVideo-Q8-Kernels package and use dedicated flow below. Loading the model in Comfy with LoadCheckpoint node won't work.
π Download here
π§© Example ComfyUI flow available in the Example Workflows section.
Latent Upscaling Models
Enables inference across multiple scales by upscaling latent tensors without decoding/encoding.
Multiscale inference delivers high-quality results in a fraction of the time compared to similar models.
Important: Make sure you put the models below in models/upscale_models folder.
π Spatial upscaling: Download here.
π Temporal upscaling: Download here.
π§© Example ComfyUI flow available in the Example Workflows section.
We introduce the STGGuiderAdvanced node, which applies different CFG and STG parameters at various diffusion steps. All flows have been updated to use this node and are designed to provide optimal parameters for the best quality. See the Example Workflows section.
Since LTXVideo is now fully supported in the ComfyUI core, we have removed the custom model implementation. Instead, we provide updated workflows to showcase the new features:
The LTXTricks code has been integrated into this repository (in the /tricks
folder) and will be maintained here. The original repo is no longer maintained, but all existing workflows should continue to function as expected.
Fixed a bug which caused the model to produce artifacts on short negative prompts when using a native CLIP Loader node.
Installation via ComfyUI-Manager is preferred. Simply search for ComfyUI-LTXVideo
in the list of nodes and follow installation instructions.
custom-nodes
folder in your ComfyUI installation directory.cd custom_nodes/ComfyUI-LTXVideo && pip install -r requirements.txt
For portable ComfyUI installations, run
.\python_embeded\python.exe -m pip install -r .\ComfyUI\custom_nodes\ComfyUI-LTXVideo\requirements.txt
models/checkpoints
.Note that to run the example workflows, you need to have some additional custom nodes, like ComfyUI-VideoHelperSuite and others, installed. You can do it by pressing "Install Missing Custom Nodes" button in ComfyUI Manager.
π§© Image to video
π§© Image to video with keyframes
π§© Image to video with duration extension
π§© Image to video 8b quantized
π§© Download workflow
π§© Download workflow