Upload 6 files
Browse files- .gitattributes +5 -0
- README.md +52 -0
- samples/sample_0.gif +3 -0
- samples/sample_1.gif +3 -0
- samples/sample_2.gif +3 -0
- samples/sample_3.gif +3 -0
- samples/sample_4.gif +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,8 @@ 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
|
39 |
+
samples/sample_3.gif filter=lfs diff=lfs merge=lfs -text
|
40 |
+
samples/sample_4.gif filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
# LTXV_13B_LoRA_pose_tmp
|
14 |
+
|
15 |
+
This is an ic-lora 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 |
+
## Model Details
|
18 |
+
|
19 |
+
- **Base Model:** [`LTXV_13B_097_DEV`](https://huggingface.co/Lightricks/LTX-Video/blob/main/ltxv-13b-0.9.7-dev.safetensors)
|
20 |
+
- **Training Type:** IC LoRA fine-tuning
|
21 |
+
- **Training Steps:** 4000
|
22 |
+
- **Learning Rate:** 0.0002
|
23 |
+
- **Batch Size:** 1
|
24 |
+
|
25 |
+
## Sample Outputs
|
26 |
+
|
27 |
+
| | | |
|
28 |
+
|:---:|:---:|:---:|
|
29 |
+
| <br><details style="max-width: 300px; margin: auto;"><summary>Prompt</summary>a human walking down the street, talking to his friend</details> | <br><details style="max-width: 300px; margin: auto;"><summary>Prompt</summary>a man sitting on the sofa, reading a book</details> | <br><details style="max-width: 300px; margin: auto;"><summary>Prompt</summary>a man eating an icecream on the beach</details> |
|
30 |
+
| | |
|
31 |
+
|:---:|:---:|
|
32 |
+
| <br><details style="max-width: 300px; margin: auto;"><summary>Prompt</summary>a man sitting on the sofa, reading a book</details> | <br><details style="max-width: 300px; margin: auto;"><summary>Prompt</summary>a person dancing in the rain</details> |
|
33 |
+
|
34 |
+
## Usage
|
35 |
+
|
36 |
+
This model is designed to be used with the LTXV (Lightricks Text-to-Video) pipeline.
|
37 |
+
|
38 |
+
### 🔌 Using Trained LoRAs in ComfyUI
|
39 |
+
In order to use the trained lora in comfy:
|
40 |
+
1. Copy the comfyui trained LoRA weights to the `models/loras` folder in your ComfyUI installation.
|
41 |
+
2. Use ic-lora-pose-control.json from [official LTXV ComfyUI repository](https://github.com/Lightricks/ComfyUI-LTXVideo)
|
42 |
+
|
43 |
+
|
44 |
+
|
45 |
+
|
46 |
+
|
47 |
+
This model inherits the license of the base model ([`LTXV_13B_097_DEV`](https://huggingface.co/Lightricks/LTX-Video/blob/main/ltxv-13b-0.9.7-dev.safetensors)).
|
48 |
+
|
49 |
+
## Acknowledgments
|
50 |
+
|
51 |
+
- Base model by [Lightricks](https://huggingface.co/Lightricks)
|
52 |
+
- 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
|
samples/sample_3.gif
ADDED
![]() |
Git LFS Details
|
samples/sample_4.gif
ADDED
![]() |
Git LFS Details
|