tavihalperin commited on
Commit
18e7713
·
verified ·
1 Parent(s): 70afe09

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: ltx-2-community-license
4
+ license_link: https://www.github.com/Lightricks/LTX-2/LICENSE
5
+
6
+ tags:
7
+ - ltx-video
8
+ - video-to-video
9
+ pinned: true
10
+ language:
11
+ - en
12
+ pipeline_tag: video-to-video
13
+ base_model:
14
+ - Lightricks/LTX-2
15
+ ---
16
+
17
+ # LTX-2 19B IC-LoRA Detailer
18
+
19
+ This is a video detailer IC-LoRA trained on top of **LTX-2-19b**, designed to enhance fine details and textures in generated videos.
20
+
21
+ ## What is In-Context LoRA (IC LoRA)?
22
+
23
+ IC LoRA enables conditioning video generation on reference video frames at inference time, allowing fine-grained refinement on top of a text-to-video base model.
24
+
25
+ ## Model Files
26
+
27
+ `ltx-2-19b-ic-lora-detailer.safetensors`
28
+
29
+ ## License
30
+
31
+ See the **LTX-2-community-license** for full terms.
32
+
33
+ ## Model Details
34
+
35
+ - **Base Model:** LTX-2-19b Video
36
+ - **Training Type:** IC LoRA
37
+ - **Purpose:** Video detail refinement
38
+
39
+ ### 🔌 Using in ComfyUI
40
+ 1. Copy the LoRA weights into `models/loras`.
41
+ 2. Use the official IC-LoRA workflow from the LTX-2 ComfyUI repository.
42
+
43
+ ## Acknowledgments
44
+
45
+ - Base model by **Lightricks**
46
+ - Training infrastructure: **LTX-2 Community Trainer**