Image-to-Video
LTX.io
GGUF
ltx-2
comfyui
comfy
ltx-video
ltx-2-3
ltx-2.5
ltxv
text-to-video
audio-to-video
video-to-video
Instructions to use RuneXX/LTX-2.3-Workflows with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LTX.io
How to use RuneXX/LTX-2.3-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.3-Workflows --local-dir models/LTX-2.3-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.3-Workflows/<distilled-checkpoint>.safetensors \ --spatial-upsampler-path models/LTX-2.3-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.3-Workflows/<checkpoint>.safetensors \ --distilled-lora models/LTX-2.3-Workflows/<distilled-lora>.safetensors 0.8 \ --spatial-upsampler-path models/LTX-2.3-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
Update 3-Pass-Experimental/LTX-2.3_-_I2V_T2V_DEV_Experimental_3-Pass.json
Browse files
3-Pass-Experimental/LTX-2.3_-_I2V_T2V_DEV_Experimental_3-Pass.json
CHANGED
|
@@ -4165,7 +4165,7 @@
|
|
| 4165 |
"secondTabWidth": 65
|
| 4166 |
},
|
| 4167 |
"widgets_values": [
|
| 4168 |
-
|
| 4169 |
"randomize"
|
| 4170 |
],
|
| 4171 |
"color": "#006691",
|
|
@@ -5895,13 +5895,13 @@
|
|
| 5895 |
"hidden": false,
|
| 5896 |
"paused": false,
|
| 5897 |
"params": {
|
| 5898 |
-
"filename": "LTX-
|
| 5899 |
"subfolder": "",
|
| 5900 |
"type": "output",
|
| 5901 |
"format": "video/nvenc_h264-mp4",
|
| 5902 |
"frame_rate": 24,
|
| 5903 |
-
"workflow": "LTX-
|
| 5904 |
-
"fullpath": "E:\\AI\\ComfyUI\\output\\LTX-
|
| 5905 |
}
|
| 5906 |
}
|
| 5907 |
}
|
|
@@ -8864,10 +8864,10 @@
|
|
| 8864 |
"config": {},
|
| 8865 |
"extra": {
|
| 8866 |
"ds": {
|
| 8867 |
-
"scale": 0.
|
| 8868 |
"offset": [
|
| 8869 |
-
|
| 8870 |
-
-
|
| 8871 |
]
|
| 8872 |
},
|
| 8873 |
"frontendVersion": "1.42.8",
|
|
|
|
| 4165 |
"secondTabWidth": 65
|
| 4166 |
},
|
| 4167 |
"widgets_values": [
|
| 4168 |
+
1026387197666903,
|
| 4169 |
"randomize"
|
| 4170 |
],
|
| 4171 |
"color": "#006691",
|
|
|
|
| 5895 |
"hidden": false,
|
| 5896 |
"paused": false,
|
| 5897 |
"params": {
|
| 5898 |
+
"filename": "LTX-2_01312-audio.mp4",
|
| 5899 |
"subfolder": "",
|
| 5900 |
"type": "output",
|
| 5901 |
"format": "video/nvenc_h264-mp4",
|
| 5902 |
"frame_rate": 24,
|
| 5903 |
+
"workflow": "LTX-2_01312.png",
|
| 5904 |
+
"fullpath": "E:\\AI\\ComfyUI\\output\\LTX-2_01312-audio.mp4"
|
| 5905 |
}
|
| 5906 |
}
|
| 5907 |
}
|
|
|
|
| 8864 |
"config": {},
|
| 8865 |
"extra": {
|
| 8866 |
"ds": {
|
| 8867 |
+
"scale": 0.2853116706110062,
|
| 8868 |
"offset": [
|
| 8869 |
+
3439.4477183908652,
|
| 8870 |
+
-2681.523229927894
|
| 8871 |
]
|
| 8872 |
},
|
| 8873 |
"frontendVersion": "1.42.8",
|