Files changed (1) hide show
  1. README.md +27 -6
README.md CHANGED
@@ -1,6 +1,27 @@
1
- # Cinematic finetune
2
- cinematique_lora_13b_landscape_768_576_121 is a LoRA checkpoint fine-tuned for cinematic landscape generation at 768×576 resolution with 121 frames (~5 seconds), built on top of a 13B base model.
3
-
4
- ---
5
- license: apache-2.0
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Lightricks/LTX-Video-0.9.7
4
+ datasets:
5
+ - CinematicT2vData/cinepile-t2v-long
6
+ pipeline_tag: text-to-video
7
+ tags:
8
+ - LTXV
9
+ ---
10
+ # Cinematic finetune
11
+ cinematique_lora_13b_landscape_768_576_121 is a LoRA checkpoint fine-tuned for cinematic landscape generation at 768×576 resolution with 121 frames (~5 seconds), built on top of a 13B base model.
12
+
13
+ # Lora config
14
+ ```
15
+ rank: 128
16
+ alpha: 128
17
+ dropout: 0.0
18
+ target_modules:
19
+ - "to_k"
20
+ - "to_q"
21
+ - "to_v"
22
+ - "to_out.0"
23
+ ```
24
+
25
+ ---
26
+ license: apache-2.0
27
+ ---