Manmay commited on
Commit
26cfa2e
·
verified ·
1 Parent(s): fa7148d

Model card: add proper LTX-2 attribution, license section, commercial-use notice

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -2,6 +2,8 @@
2
  language:
3
  - en
4
  license: other
 
 
5
  pipeline_tag: text-to-speech
6
  tags:
7
  - tts
@@ -11,6 +13,8 @@ tags:
11
  - flow-matching
12
  - ltx-2
13
  library_name: ltx-audio-tts
 
 
14
  ---
15
 
16
  # Dramabox - Expressive TTS with Voice Cloning
@@ -141,6 +145,18 @@ The prompt is a scene description that controls how the model speaks:
141
  | Warm server (recommended) | **~24 GB** | **~2.5s** |
142
  | Cold inference (per-call loading) | ~8 GB peak | ~30s |
143
 
144
- ## License
145
 
146
- Built on [LTX-2.3](https://github.com/Lightricks/LTX-2) by Lightricks. Please refer to the LTX-2 license for usage terms.
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  language:
3
  - en
4
  license: other
5
+ license_name: ltx-2-community
6
+ license_link: https://huggingface.co/ResembleAI/Dramabox/blob/main/LICENSE
7
  pipeline_tag: text-to-speech
8
  tags:
9
  - tts
 
13
  - flow-matching
14
  - ltx-2
15
  library_name: ltx-audio-tts
16
+ base_model: Lightricks/LTX-2
17
+ base_model_relation: finetune
18
  ---
19
 
20
  # Dramabox - Expressive TTS with Voice Cloning
 
145
  | Warm server (recommended) | **~24 GB** | **~2.5s** |
146
  | Cold inference (per-call loading) | ~8 GB peak | ~30s |
147
 
148
+ ## License & Attribution
149
 
150
+ Dramabox is a fine-tuned derivative of **LTX-2** by Lightricks Ltd. (https://github.com/Lightricks/LTX-2) released on January 5, 2026. Under the LTX-2 Community License Agreement, the weights and code in this repository are **Derivatives of LTX-2** and are distributed under the **same license** as the base model.
151
+
152
+ Full license text: [`LICENSE`](https://huggingface.co/ResembleAI/Dramabox/blob/main/LICENSE) (LTX-2 Community License Agreement, unchanged from the upstream release).
153
+
154
+ ### Key points for users
155
+
156
+ - **Free use** is permitted for individuals and entities with **annual revenue below US $10,000,000**, subject to the [use restrictions in Attachment A](https://github.com/Lightricks/LTX-2/blob/main/LICENSE) of the license (including prohibitions on harmful content, deepfakes without consent, military use, etc.).
157
+ - **Commercial Entities** with **annual revenue ≥ US $10,000,000** must obtain a paid commercial license directly from Lightricks (https://ltx.io/model/licensing) before using LTX-2 or any Derivative, including this model.
158
+ - **Competing products:** per Attachment A §20, LTX-2 and its Derivatives may not be used in products that directly compete with Lightricks' commercial offerings without a separate commercial license.
159
+ - **Redistribution:** any redistribution of this model — modified or unmodified — must include a copy of the LTX-2 Community License and be distributed exclusively under its terms. You may not sub-license this model under more permissive terms (e.g., MIT, Apache).
160
+ - **Modifications to the upstream model:** voice-cloning adapter weights were trained by Resemble AI and merged into the DiT checkpoint published here. Inference code in this repository is adapted from the upstream LTX-2 release with additions for the voice-cloning pathway.
161
+
162
+ Not legal advice. Users are responsible for reviewing the full license and confirming their own compliance before use.