You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## May, 14th, 2025: New distilled model 13B v0.9.7:
53
70
- Release a new 13B distilled model [ltxv-13b-0.9.7-distilled](https://huggingface.co/Lightricks/LTX-Video/blob/main/ltxv-13b-0.9.7-distilled.safetensors)
54
71
* Amazing for iterative work - generates HD videos in 10 seconds, with low-res preview after just 3 seconds (on H100)!
π **Note:** For best results, we recommend using our [ComfyUI](#comfyui-integration) workflow. Weβre working on updating the inference.py script to match the high quality and output fidelity of ComfyUI.
182
+
π **Note:** For best results, we recommend using our [ComfyUI](#comfyui-integration) workflow. We're working on updating the inference.py script to match the high quality and output fidelity of ComfyUI.
166
183
167
184
To use our model, please follow the inference code in [inference.py](./inference.py):
168
185
@@ -290,11 +307,21 @@ please let us know by opening an issue or pull request.
290
307
# β‘οΈ Training
291
308
292
309
We provide an open-source repository for fine-tuning the LTX-Video model: [LTX-Video-Trainer](https://github.com/Lightricks/LTX-Video-Trainer).
293
-
This repository supports both the 2B and 13B model variants, enabling full fine-tuning as well as LoRA (Low-Rank Adaptation) fine-tuning for more efficient training.
310
+
This repository supports both the 2B and 13B model variants, enabling full fine-tuning as well as LoRA (Low-Rank Adaptation) fine-tuning for more efficient training. This includes:
311
+
312
+
-**Control LoRAs**: Train custom control models like depth, pose, and canny control
313
+
-**Effect LoRAs**: Create specialized effects and transformations for video generation
294
314
295
315
Explore the repository to customize the model for your specific use cases!
296
316
More information and training instructions can be found in the [README](https://github.com/Lightricks/LTX-Video-Trainer/blob/main/README.md).
297
317
318
+
# π¬ Control Models
319
+
320
+
[ComfyUI-LTXVideo](https://github.com/Lightricks/ComfyUI-LTXVideo) repository now contains workflows and models for 3 specialized models that enable precise control over LTX-Video generation:
321
+
322
+
Pose Control, Depth Control and Canny Control
323
+
324
+
**Example ComfyUI Workflow (for all control types):**[ic-lora.json](https://github.com/Lightricks/ComfyUI-LTXVideo/blob/main/example_workflows/ic_lora/ic-lora.json)
0 commit comments