Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- README.md +58 -0
- comfy_lora_weights_step_80000.safetensors +3 -0
- lora_weights_step_80000.safetensors +3 -0
- samples/sample_0.gif +3 -0
- samples/sample_1.gif +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ 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
|
README.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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_triple_face_crops
|
| 14 |
+
|
| 15 |
+
This is a fine-tuned version 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:** LoRA fine-tuning
|
| 21 |
+
- **Training Steps:** 80000
|
| 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 box is on a tbale, a man is appearing out of the box</details> | <br><details style="max-width: 300px; margin: auto;"><summary>Prompt</summary>dark forest, suddnely a woman jumps out of the bushes</details> |
|
| 30 |
+
|
| 31 |
+
## Usage
|
| 32 |
+
|
| 33 |
+
This model is designed to be used with the LTXV (Lightricks Text-to-Video) pipeline.
|
| 34 |
+
|
| 35 |
+
### 🔌 Using Trained LoRAs in ComfyUI
|
| 36 |
+
In order to use the trained lora in comfy:
|
| 37 |
+
1. Copy your comfyui trained LoRA weights (`comfyui..safetensors` file) to the `models/loras` folder in your ComfyUI installation.
|
| 38 |
+
2. In your ComfyUI workflow:
|
| 39 |
+
- Add the "LTXV LoRA Selector" node to choose your LoRA file
|
| 40 |
+
- Connect it to the "LTXV LoRA Loader" node to apply the LoRA to your generation
|
| 41 |
+
|
| 42 |
+
You can find reference Text-to-Video (T2V) and Image-to-Video (I2V) workflows in the [official LTXV ComfyUI repository](https://github.com/Lightricks/ComfyUI-LTXVideo).
|
| 43 |
+
|
| 44 |
+
### Example Prompts
|
| 45 |
+
|
| 46 |
+
Example prompts used during validation:
|
| 47 |
+
|
| 48 |
+
- `a box is on a tbale, a man is appearing out of the box`
|
| 49 |
+
- `dark forest, suddnely a woman jumps out of the bushes`
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
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)).
|
| 54 |
+
|
| 55 |
+
## Acknowledgments
|
| 56 |
+
|
| 57 |
+
- Base model by [Lightricks](https://huggingface.co/Lightricks)
|
| 58 |
+
- Training infrastructure: [LTX-Video-Trainer](https://github.com/Lightricks/ltx-video-trainer)
|
comfy_lora_weights_step_80000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:370cab83ecd91a04fd5d5628c3961fff6aed05b85fdadd246bd02eb217d8ca72
|
| 3 |
+
size 1208066272
|
lora_weights_step_80000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe4c0a4e5f3bdfce0db8b41eb39cf8c439fdecfa86491b9579e45ecfb33d3655
|
| 3 |
+
size 1208063232
|
samples/sample_0.gif
ADDED
|
Git LFS Details
|
samples/sample_1.gif
ADDED
|
Git LFS Details
|