upload model card (#4)
Browse files- upload model card (2f287c06db202fcda3888bf533b5f3760fae10be)
Co-authored-by: ken korem <[email protected]>
- .gitattributes +3 -0
- LTX-Video-ICLoRA-depth-13b-0.9.7.txt +2 -0
- README.md +59 -0
- samples/sample_0.gif +3 -0
- samples/sample_1.gif +3 -0
- samples/sample_2.gif +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
samples/sample_0.gif filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
samples/sample_1.gif filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
samples/sample_2.gif filter=lfs diff=lfs merge=lfs -text
|
LTX-Video-ICLoRA-depth-13b-0.9.7.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
LTX-Video-ICLoRA-depth-13b-0.9.7 (�LTXV�)
|
| 2 |
+
|
README.md
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- ltx-video
|
| 4 |
+
- image-to-video
|
| 5 |
+
pinned: true
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
license: other
|
| 9 |
+
pipeline_tag: text-to-video
|
| 10 |
+
library_name: diffusers
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# LTX Video ICLoRA Depth 13B 0.9.7
|
| 14 |
+
|
| 15 |
+
This is a depth control model on top of [`LTXV_13B_097_DEV`](https://huggingface.co/Lightricks/LTX-Video/blob/main/ltxv-13b-0.9.7-dev.safetensors) trained on custom data.
|
| 16 |
+
|
| 17 |
+
## What is In-Context LoRA (IC LoRA)?
|
| 18 |
+
|
| 19 |
+
IC LoRA is a method that enables adding video context into the video generation process. This approach allows for video-to-video control on top of the text-to-video model, providing more precise control over the generated content by conditioning the model on reference video frames during inference.
|
| 20 |
+
|
| 21 |
+
comfy compatible model: [ltxv-097-ic-lora-depth-control-comfyui.safetensors](https://huggingface.co/Lightricks/LTX-Video-ICLoRA-depth-13b-0.9.7/blob/main/ltxv-097-ic-lora-depth-control-comfyui.safetensors)
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
diffusers compatible model:[ltxv-097-ic-lora-depth-control-diffusers.safetensors](https://huggingface.co/Lightricks/LTX-Video-ICLoRA-depth-13b-0.9.7/blob/main/ltxv-097-ic-lora-depth-control-diffusers.safetensors)
|
| 25 |
+
|
| 26 |
+
## License
|
| 27 |
+
|
| 28 |
+
For licensing information, please refer to the [LTXV Open Weights License](LTX-Video-ICLoRA-depth-13b-0.9.7.txt).
|
| 29 |
+
## Model Details
|
| 30 |
+
|
| 31 |
+
- **Base Model:** [`LTXV_13B_097_DEV`](https://huggingface.co/Lightricks/LTX-Video/blob/main/ltxv-13b-0.9.7-dev.safetensors)
|
| 32 |
+
- **Training Type:** IC LoRA training
|
| 33 |
+
- **Learning Rate:** 0.0002
|
| 34 |
+
|
| 35 |
+
## Sample Outputs
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
| | | |
|
| 39 |
+
|:---:|:---:|:---:|
|
| 40 |
+
|  |  |  |
|
| 41 |
+
|
| 42 |
+
## Usage
|
| 43 |
+
|
| 44 |
+
This model is designed to be used with the LTXV (Lightricks Text-to-Video) pipeline.
|
| 45 |
+
|
| 46 |
+
### 🔌 Using Trained LoRAs in ComfyUI
|
| 47 |
+
In order to use the trained lora in comfy:
|
| 48 |
+
1. Copy the comfyui trained LoRA weights to the `models/loras` folder in your ComfyUI installation.
|
| 49 |
+
2. Use ic-lora-depth-control.json from [official LTXV ComfyUI repository](https://github.com/Lightricks/ComfyUI-LTXVideo)
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
## Acknowledgments
|
| 57 |
+
|
| 58 |
+
- Base model by [Lightricks](https://huggingface.co/Lightricks)
|
| 59 |
+
- Training infrastructure: [LTX-Video-Trainer](https://github.com/Lightricks/ltx-video-trainer)
|
samples/sample_0.gif
ADDED
|
Git LFS Details
|
samples/sample_1.gif
ADDED
|
Git LFS Details
|
samples/sample_2.gif
ADDED
|
Git LFS Details
|