Image-to-Video
LTX-2
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-2
How to use RuneXX/LTX-2.3-Workflows with LTX-2:
# Install the LTX-2 pipelines git clone https://github.com/Lightricks/LTX-2.git cd LTX-2 uv sync --extra natten
# Download weights from this repo # Substitute filenames from this repo's "Files and versions" if they differ hf download RuneXX/LTX-2.3-Workflows \ diffusion_models/<distilled-transformer>.safetensors \ text_encoders/gemma4-12b-with-proj-ltx-2.5-bf16.safetensors \ vae/<video-vae>.safetensors \ vae/<audio-vae>.safetensors \ latent_upscale_models/<spatial-upsampler>.safetensors \ latent_upscale_models/<temporal-upsampler>.safetensors \ --local-dir models/LTX-2.3-Workflows # DFR requires the detailing IC-LoRA (separate repo; strength is fixed at 0.5) hf download Lightricks/LTX-2.5-22b-IC-LoRA-Pixel-Spatial-Upscaler --local-dir models/LTX-2.5-22b-IC-LoRA-Pixel-Spatial-Upscaler# Distilled LTX-2.5 pipeline (fast) uv run python -m ltx_pipelines.distilled \ --transformer-path models/LTX-2.3-Workflows/diffusion_models/<distilled-transformer>.safetensors \ --text-encoder-path models/LTX-2.3-Workflows/text_encoders/gemma4-12b-with-proj-ltx-2.5-bf16.safetensors \ --video-vae-path models/LTX-2.3-Workflows/vae/<video-vae>.safetensors \ --audio-vae-path models/LTX-2.3-Workflows/vae/<audio-vae>.safetensors \ --spatial-upsampler-path models/LTX-2.3-Workflows/latent_upscale_models/<spatial-upsampler>.safetensors \ --num-frames 121 \ --prompt "A beautiful sunset over the ocean" \ --output-path output.mp4 # For image-to-video, add: --image path/to/image.jpg 0 0.8# DFR pipeline (higher detail fidelity; optional temporal 2x/4x) uv run python -m ltx_pipelines.dfr_pipeline \ --transformer-path models/LTX-2.3-Workflows/diffusion_models/<distilled-transformer>.safetensors \ --text-encoder-path models/LTX-2.3-Workflows/text_encoders/gemma4-12b-with-proj-ltx-2.5-bf16.safetensors \ --video-vae-path models/LTX-2.3-Workflows/vae/<video-vae>.safetensors \ --audio-vae-path models/LTX-2.3-Workflows/vae/<audio-vae>.safetensors \ --spatial-upsampler-path models/LTX-2.3-Workflows/latent_upscale_models/<spatial-upsampler>.safetensors \ --temporal-upsampler-path models/LTX-2.3-Workflows/latent_upscale_models/<temporal-upsampler>.safetensors \ --detailing-lora models/LTX-2.5-22b-IC-LoRA-Pixel-Spatial-Upscaler/ltx-2.5-22b-ic-lora-pixel-spatial-upscaler-x2-1.0.safetensors \ --spatial-upscalings 1 \ --temporal-upscalings 1 \ --height 1088 \ --width 1920 \ --num-frames 121 \ --prompt "A beautiful sunset over the ocean" \ --output-path output.mp4 # For 4K: --spatial-upscalings 2 --width 3840 --height 2176 # For image-to-video, add: --image path/to/image.jpg 0 0.8 - Notebooks
- Google Colab
- Kaggle
Update LTX-2.3_-_I2V_T2V_Basic_for_checkpoint_models.json
Browse files
LTX-2.3_-_I2V_T2V_Basic_for_checkpoint_models.json
CHANGED
|
@@ -4963,7 +4963,7 @@
|
|
| 4963 |
"Node name for S&R": "LTXVAudioVAELoader"
|
| 4964 |
},
|
| 4965 |
"widgets_values": [
|
| 4966 |
-
"
|
| 4967 |
],
|
| 4968 |
"color": "#1f1f48",
|
| 4969 |
"bgcolor": "rgba(24,24,27,.9)",
|
|
@@ -5010,7 +5010,7 @@
|
|
| 5010 |
},
|
| 5011 |
"widgets_values": [
|
| 5012 |
"gemma_3_12B_it_fp8_scaled.safetensors",
|
| 5013 |
-
"
|
| 5014 |
"default"
|
| 5015 |
],
|
| 5016 |
"color": "#1f1f48",
|
|
@@ -5149,54 +5149,13 @@
|
|
| 5149 |
"Node name for S&R": "CheckpointLoaderSimple"
|
| 5150 |
},
|
| 5151 |
"widgets_values": [
|
| 5152 |
-
"
|
| 5153 |
],
|
| 5154 |
"color": "#1f1f48",
|
| 5155 |
"bgcolor": "rgba(24,24,27,.9)",
|
| 5156 |
"ndSuperSelectorEnabled": false,
|
| 5157 |
"ndPowerEnabled": false
|
| 5158 |
},
|
| 5159 |
-
{
|
| 5160 |
-
"id": 5292,
|
| 5161 |
-
"type": "PrimitiveNode",
|
| 5162 |
-
"pos": [
|
| 5163 |
-
-1535.0783732039185,
|
| 5164 |
-
3637.046545921416
|
| 5165 |
-
],
|
| 5166 |
-
"size": [
|
| 5167 |
-
391.76933468363336,
|
| 5168 |
-
112.35031840986721
|
| 5169 |
-
],
|
| 5170 |
-
"flags": {},
|
| 5171 |
-
"order": 60,
|
| 5172 |
-
"mode": 0,
|
| 5173 |
-
"inputs": [],
|
| 5174 |
-
"outputs": [
|
| 5175 |
-
{
|
| 5176 |
-
"name": "COMBO",
|
| 5177 |
-
"type": "COMBO",
|
| 5178 |
-
"widget": {
|
| 5179 |
-
"name": "ckpt_name"
|
| 5180 |
-
},
|
| 5181 |
-
"links": [
|
| 5182 |
-
4727,
|
| 5183 |
-
4728,
|
| 5184 |
-
4729
|
| 5185 |
-
]
|
| 5186 |
-
}
|
| 5187 |
-
],
|
| 5188 |
-
"title": "LTX Checkpoint Model",
|
| 5189 |
-
"properties": {
|
| 5190 |
-
"Run widget replace on values": false
|
| 5191 |
-
},
|
| 5192 |
-
"widgets_values": [
|
| 5193 |
-
"ANIME SEMI\\amanomix_Fp16Pruned.safetensors",
|
| 5194 |
-
"increment",
|
| 5195 |
-
""
|
| 5196 |
-
],
|
| 5197 |
-
"color": "#1f1f48",
|
| 5198 |
-
"bgcolor": "rgba(24,24,27,.9)"
|
| 5199 |
-
},
|
| 5200 |
{
|
| 5201 |
"id": 370,
|
| 5202 |
"type": "PathchSageAttentionKJ",
|
|
@@ -5238,6 +5197,47 @@
|
|
| 5238 |
"auto",
|
| 5239 |
false
|
| 5240 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5241 |
}
|
| 5242 |
],
|
| 5243 |
"links": [
|
|
@@ -6757,10 +6757,10 @@
|
|
| 6757 |
"config": {},
|
| 6758 |
"extra": {
|
| 6759 |
"ds": {
|
| 6760 |
-
"scale": 0.
|
| 6761 |
"offset": [
|
| 6762 |
-
|
| 6763 |
-
-
|
| 6764 |
]
|
| 6765 |
},
|
| 6766 |
"frontendVersion": "1.42.15",
|
|
|
|
| 4963 |
"Node name for S&R": "LTXVAudioVAELoader"
|
| 4964 |
},
|
| 4965 |
"widgets_values": [
|
| 4966 |
+
"VIDEO\\LTX\\LTX-2\\ltx-2.3-22b-dev-fp8.safetensors"
|
| 4967 |
],
|
| 4968 |
"color": "#1f1f48",
|
| 4969 |
"bgcolor": "rgba(24,24,27,.9)",
|
|
|
|
| 5010 |
},
|
| 5011 |
"widgets_values": [
|
| 5012 |
"gemma_3_12B_it_fp8_scaled.safetensors",
|
| 5013 |
+
"VIDEO\\LTX\\LTX-2\\ltx-2.3-22b-dev-fp8.safetensors",
|
| 5014 |
"default"
|
| 5015 |
],
|
| 5016 |
"color": "#1f1f48",
|
|
|
|
| 5149 |
"Node name for S&R": "CheckpointLoaderSimple"
|
| 5150 |
},
|
| 5151 |
"widgets_values": [
|
| 5152 |
+
"VIDEO\\LTX\\LTX-2\\ltx-2.3-22b-dev-fp8.safetensors"
|
| 5153 |
],
|
| 5154 |
"color": "#1f1f48",
|
| 5155 |
"bgcolor": "rgba(24,24,27,.9)",
|
| 5156 |
"ndSuperSelectorEnabled": false,
|
| 5157 |
"ndPowerEnabled": false
|
| 5158 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5159 |
{
|
| 5160 |
"id": 370,
|
| 5161 |
"type": "PathchSageAttentionKJ",
|
|
|
|
| 5197 |
"auto",
|
| 5198 |
false
|
| 5199 |
]
|
| 5200 |
+
},
|
| 5201 |
+
{
|
| 5202 |
+
"id": 5292,
|
| 5203 |
+
"type": "PrimitiveNode",
|
| 5204 |
+
"pos": [
|
| 5205 |
+
-1535.0783732039185,
|
| 5206 |
+
3637.046545921416
|
| 5207 |
+
],
|
| 5208 |
+
"size": [
|
| 5209 |
+
391.76933468363336,
|
| 5210 |
+
112.35031840986721
|
| 5211 |
+
],
|
| 5212 |
+
"flags": {},
|
| 5213 |
+
"order": 60,
|
| 5214 |
+
"mode": 0,
|
| 5215 |
+
"inputs": [],
|
| 5216 |
+
"outputs": [
|
| 5217 |
+
{
|
| 5218 |
+
"name": "COMBO",
|
| 5219 |
+
"type": "COMBO",
|
| 5220 |
+
"widget": {
|
| 5221 |
+
"name": "ckpt_name"
|
| 5222 |
+
},
|
| 5223 |
+
"links": [
|
| 5224 |
+
4727,
|
| 5225 |
+
4728,
|
| 5226 |
+
4729
|
| 5227 |
+
]
|
| 5228 |
+
}
|
| 5229 |
+
],
|
| 5230 |
+
"title": "LTX Checkpoint Model",
|
| 5231 |
+
"properties": {
|
| 5232 |
+
"Run widget replace on values": false
|
| 5233 |
+
},
|
| 5234 |
+
"widgets_values": [
|
| 5235 |
+
"VIDEO\\LTX\\LTX-2\\ltx-2.3-22b-dev-fp8.safetensors",
|
| 5236 |
+
"increment",
|
| 5237 |
+
""
|
| 5238 |
+
],
|
| 5239 |
+
"color": "#1f1f48",
|
| 5240 |
+
"bgcolor": "rgba(24,24,27,.9)"
|
| 5241 |
}
|
| 5242 |
],
|
| 5243 |
"links": [
|
|
|
|
| 6757 |
"config": {},
|
| 6758 |
"extra": {
|
| 6759 |
"ds": {
|
| 6760 |
+
"scale": 0.4302231234917448,
|
| 6761 |
"offset": [
|
| 6762 |
+
3351.835871590252,
|
| 6763 |
+
-3141.0019665552013
|
| 6764 |
]
|
| 6765 |
},
|
| 6766 |
"frontendVersion": "1.42.15",
|