Manmay commited on
Commit
f60192e
·
verified ·
1 Parent(s): 4865ef3

Simplify language support to English only (multilingual release deferred)

Browse files
Files changed (1) hide show
  1. README.md +1 -14
README.md CHANGED
@@ -1,15 +1,6 @@
1
  ---
2
  language:
3
  - en
4
- - hi
5
- - es
6
- - de
7
- - fr
8
- - ja
9
- - it
10
- - ko
11
- - pt
12
- - zh
13
  license: other
14
  pipeline_tag: text-to-speech
15
  tags:
@@ -68,7 +59,7 @@ Dramabox is a prompt-driven TTS model where **the text prompt controls everythin
68
 
69
  - **Prompt-driven expressiveness** - laughs, sighs, whispers, shouts, emotional transitions all controlled by the scene description
70
  - **Voice cloning** from 10s reference audio
71
- - **10 languages** - EN, HI, ES, DE, FR, JA, IT, KO, PT, ZH
72
  - **Fast inference** - ~2.5s per generation with warm server on H100
73
 
74
  ### Architecture
@@ -150,10 +141,6 @@ The prompt is a scene description that controls how the model speaks:
150
  | Warm server (recommended) | **~24 GB** | **~2.5s** |
151
  | Cold inference (per-call loading) | ~8 GB peak | ~30s |
152
 
153
- ## Supported Languages
154
-
155
- English, Hindi, Spanish, German, French, Japanese, Italian, Korean, Portuguese, Mandarin
156
-
157
  ## License
158
 
159
  Built on [LTX-2.3](https://github.com/Lightricks/LTX-2) by Lightricks. Please refer to the LTX-2 license for usage terms.
 
1
  ---
2
  language:
3
  - en
 
 
 
 
 
 
 
 
 
4
  license: other
5
  pipeline_tag: text-to-speech
6
  tags:
 
59
 
60
  - **Prompt-driven expressiveness** - laughs, sighs, whispers, shouts, emotional transitions all controlled by the scene description
61
  - **Voice cloning** from 10s reference audio
62
+ - **English** speech synthesis
63
  - **Fast inference** - ~2.5s per generation with warm server on H100
64
 
65
  ### Architecture
 
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.