Instructions to use RuneXX/LTX-2-Workflows with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LTX.io
How to use RuneXX/LTX-2-Workflows with LTX.io:
# Install the LTX-2 pipelines git clone https://github.com/Lightricks/LTX-2.git cd LTX-2 uv sync --frozen
# Download the weights from this repo, plus the Gemma text encoder hf download RuneXX/LTX-2-Workflows --local-dir models/LTX-2-Workflows hf download google/gemma-3-12b-it-qat-q4_0-unquantized --local-dir models/gemma-3-12b
# Fast pipeline (distilled model, no distilled LoRA needed) uv run python -m ltx_pipelines.distilled \ --distilled-checkpoint-path models/LTX-2-Workflows/<distilled-checkpoint>.safetensors \ --spatial-upsampler-path models/LTX-2-Workflows/<spatial-upsampler>.safetensors \ --gemma-root models/gemma-3-12b \ --prompt "A beautiful sunset over the ocean" \ --output-path output.mp4 # For image-to-video, add: --image path/to/image.jpg 0 0.8# HQ pipeline (two-stage, higher quality) uv run python -m ltx_pipelines.ti2vid_two_stages_hq \ --checkpoint-path models/LTX-2-Workflows/<checkpoint>.safetensors \ --distilled-lora models/LTX-2-Workflows/<distilled-lora>.safetensors 0.8 \ --spatial-upsampler-path models/LTX-2-Workflows/<spatial-upsampler>.safetensors \ --gemma-root models/gemma-3-12b \ --prompt "A beautiful sunset over the ocean" \ --output-path output.mp4 # For image-to-video, add: --image path/to/image.jpg 0 0.8 - Notebooks
- Google Colab
- Kaggle
Im unable to use latent preview with the workflows.
Im unable to use latent preview with the workflows. Everything is set perfectly and im able to generate videos. thanks to your nice workflows. but im unable to preview them ..i dont know why
Did you download the tiny vae?
See middle of page here: https://huggingface.co/Kijai/LTXV2_comfy
And since you are posting at LTX-2.0 workflows, I assume you are using LTX-2.0 (and not LTX-2.3).
So make sure the tiny vae is for the correct LTX version also
Yes, I have the "taeltx2_3.safetensors" already inside vae folder. I have updated kjnodes and comfyui as well and im also using the LTX-2.3 workflow. but yeah..sorry for posting here in LTX-2 worjflows.
updated a few nodes including videosuite node that seems to solve this now..now its working.
updated a few nodes including videosuite node that seems to solve this now..now its working.
ah good good ;-)