What is Dramabox?
Dramabox is Resemble AI's expressive text-to-speech model, built on the audio branch of Lightricks LTX-2.3 under the LTX-2 Community License. It is an IC-LoRA fine-tune of the LTX-2.3 3.3B audio-only Diffusion Transformer with flow matching, conditioned on Gemma 3 12B text embeddings. The design idea is that the prompt controls everything: speaker identity, emotion, delivery, laughs, sighs, breaths, pauses and transitions. An optional 10-second voice reference clones the target timbre.
| Specification | Dramabox |
|---|---|
| Base model | Lightricks LTX-2.3, audio-only branch |
| Parameters | 3.3B Diffusion Transformer, flow matching |
| Text conditioning | Gemma 3 12B embeddings |
| Voice cloning | Optional 10+ second reference, 3 to 30 second window |
| Language | English |
| Release date | April 2026 |
| License | LTX-2 Community License |
How Dramabox prompting works
The prompt format splits speech from direction. Anything inside double quotes is spoken literally, including phonetic vocalisations like Hahaha and Hmm. Anything outside quotes is a stage direction the model performs but never says: she sighs deeply, a long pause, his voice cracks. The card's sample outputs run from a regal queen moving from cold fury to a whisper, to a football commentator narrating a trip to the fridge, and the same mechanics drive them all.
Generation is controlled by a handful of parameters: cfg_scale for how strictly the output follows the prompt, stg_scale for expressive emphasis, and a duration multiplier or an explicit target duration for long scenes. Every output carries the Resemble Perth neural watermark by default; it survives MP3 and AAC compression with close to 100% detection accuracy and can be disabled with a flag.
Dramabox hardware requirements
Resemble AI lists about 24 GB of VRAM peak with the warm server, and about 2.5 seconds per generation on an H100 once warm. The download breaks into three parts:
| File | Size | Contents |
|---|---|---|
| dramabox-dit-v1.safetensors | 6.6 GB | Audio-only DiT, LoRA merged |
| dramabox-audio-components.safetensors | 1.9 GB | Connector, projection, audio VAE, vocoder |
| gemma-3-12b-it-bnb-4bit | ~8 GB | Text encoder, auto-downloaded |
How to run Dramabox locally
Clone the DramaBox repository and either run single generations through src/inference.py or keep a warm TTSServer for repeated calls; weights download on first run. A hosted demo Space is available on Hugging Face if you want to hear it before committing the VRAM.
For chat models to script the dialogue with, see the full catalog of local models.
Dramabox license
The weights ship under the LTX-2 Community License, inherited from the Lightricks base model. Read the license file in the repository before commercial use.
