Add LoRA model card (README.md)
Browse files
README.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Lightricks/LTX-Video
|
| 4 |
+
widget:
|
| 5 |
+
- text: |
|
| 6 |
+
Example prompt
|
| 7 |
+
output:
|
| 8 |
+
url: assets/sh1nka1-us_00016.mp4
|
| 9 |
+
- text: |
|
| 10 |
+
Example prompt
|
| 11 |
+
output:
|
| 12 |
+
url: assets/sh1nka1-us_00019.mp4
|
| 13 |
+
- text: |
|
| 14 |
+
Example prompt
|
| 15 |
+
output:
|
| 16 |
+
url: assets/sh1nka1-us_00051.mp4
|
| 17 |
+
tags:
|
| 18 |
+
- ltxv
|
| 19 |
+
- 13B
|
| 20 |
+
- text-to-video
|
| 21 |
+
- lora
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
# ltxv (13b 0.9.7)
|
| 25 |
+
|
| 26 |
+
<Gallery />
|
| 27 |
+
|
| 28 |
+
## Description:
|
| 29 |
+
## Trainig details:
|
| 30 |
+
Trained only on videos.
|
| 31 |
+
|
| 32 |
+
- dataset: 192 videos 864x480x41
|
| 33 |
+
- steps: 17000
|
| 34 |
+
- LR: 2e-4
|
| 35 |
+
- optimizer: adamw
|
| 36 |
+
- scheduler: contant
|
| 37 |
+
- rank: 128
|
| 38 |
+
- batch size: 1
|
| 39 |
+
- gradient accumulation steps: 1
|
| 40 |
+
|
| 41 |
+
For training I used the official [LTX-Video Trainer](https://github.com/Lightricks/LTX-Video-Trainer) repo.
|
| 42 |
+
|
| 43 |
+
## Inference
|
| 44 |
+
|
| 45 |
+
For inference I used ComfyUI.
|
| 46 |
+
|
| 47 |
+
<b>Trigger words</b>: sh1nka1 style
|
| 48 |
+
|
| 49 |
+
<b>Strength</b>: 0.8-1.0
|
| 50 |
+
|
| 51 |
+
## Acknowledgement
|
| 52 |
+
|
| 53 |
+
Special thanks to [Lightricks Team](https://github.com/Lightricks/LTX-Video) for making this available for the community for free!
|
| 54 |
+
|