ComfyUI nodes for LTXVideo model.
ComfyUI-LTXVideo is a collection of custom nodes for ComfyUI designed to integrate the LTXVideo diffusion model. These nodes enable workflows for text-to-video, image-to-video, and video-to-video generation. The main LTXVideo repository can be found here.
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.