peteromallet commited on
Commit
f321a48
·
verified ·
1 Parent(s): 232134d

Add LoRA model card (README.md)

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Lightricks/LTX-Video
4
+ widget:
5
+ - text: |
6
+ fsdafasdfsda
7
+ output:
8
+ url: assets/ltxv-7-21_00009 (3).mp4
9
+ - text: |
10
+ hsgdhgfd
11
+ output:
12
+ url: assets/ltxv-7-21_00009 (4).mp4
13
+ - text: |
14
+ gsfdgfds
15
+ output:
16
+ url: assets/ltxv-7-21_00009 (2).mp4
17
+ tags:
18
+ - ltxv
19
+ - 13B
20
+ - text-to-video
21
+ - lora
22
+ ---
23
+
24
+ # wan (14b T2V)
25
+
26
+ <Gallery />
27
+
28
+ ## Description:
29
+ Trained only on videos.
30
+
31
+ - dataset: 135 videos 768x480x41
32
+ - steps: 17000
33
+ - LR: 2e-4
34
+ - optimizer: adamw
35
+ - scheduler: contant
36
+ - rank: 128
37
+ - batch size: 1
38
+ - gradient accumulation steps: 1
39
+
40
+ For training I used the official [LTX-Video Trainer](https://github.com/Lightricks/LTX-Video-Trainer) repo.