Manmay commited on
Commit
af0e7aa
·
verified ·
1 Parent(s): cb2ed56

Move LTX acknowledgement to top of model card; add base_model link in metadata block

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -17,9 +17,12 @@ base_model: Lightricks/LTX-2
17
  base_model_relation: finetune
18
  ---
19
 
20
- # Dramabox - Expressive TTS with Voice Cloning
21
 
22
- Dramabox generates expressive, emotionally rich speech from scene descriptions with optional voice cloning. Built on a 3.3B Diffusion Transformer with flow matching, conditioned on Gemma 3 12B text embeddings.
 
 
 
23
 
24
  ## Audio Samples
25
 
@@ -145,6 +148,6 @@ The prompt is a scene description that controls how the model speaks:
145
  | Warm server (recommended) | **~24 GB** | **~2.5s** |
146
  | Cold inference (per-call loading) | ~8 GB peak | ~30s |
147
 
148
- ## License
149
 
150
- Built on [LTX-2](https://github.com/Lightricks/LTX-2) by Lightricks. Distributed under the LTX-2 Community License Agreement — see [`LICENSE`](https://huggingface.co/ResembleAI/Dramabox/blob/main/LICENSE).
 
17
  base_model_relation: finetune
18
  ---
19
 
20
+ # Dramabox Expressive TTS with Voice Cloning
21
 
22
+ > **Built on [LTX-2](https://github.com/Lightricks/LTX-2) by Lightricks.**
23
+ > Dramabox is **Resemble AI's** expressive TTS, trained on top of the LTX-2.3 audio branch under the LTX-2 Community License. Huge thanks to the Lightricks team for open-sourcing the base.
24
+
25
+ Dramabox generates expressive, emotionally rich speech from scene descriptions with optional voice cloning. It is an IC-LoRA fine-tune of the LTX-2.3 audio-only branch — a 3.3B Diffusion Transformer with flow matching, conditioned on Gemma 3 12B text embeddings.
26
 
27
  ## Audio Samples
28
 
 
148
  | Warm server (recommended) | **~24 GB** | **~2.5s** |
149
  | Cold inference (per-call loading) | ~8 GB peak | ~30s |
150
 
151
+ ## License & acknowledgement
152
 
153
+ Dramabox is a Resemble AI fine-tune of [LTX-2](https://github.com/Lightricks/LTX-2). Distributed under the LTX-2 Community License Agreement — see [`LICENSE`](https://huggingface.co/ResembleAI/Dramabox/blob/main/LICENSE). Thanks again to Lightricks for releasing the base model.