Views
No views yet
laion/LAION-Box-Emotional-v0.7, rank-64/128 = -r64 / -r128.)Lightricks/LTX-2.3 (3.3B audio-only DiT) → DramaBox (Resemble AI, IC-LoRA fine-tune of LTX-2.3)
→ LAION run16 v0.7 LoRA (rank 256, merged) → emotion LoRA rank 64, α 64 (10 epochs, merged).| model (this repo) | LoRA step | flow loss |
|---|---|---|
LAION-Box-Emotional-v0.7-r64_best1_step1150.safetensors | 1150 | 0.173 |
LAION-Box-Emotional-v0.7-r64_best2_step1650.safetensors | 1650 | 0.180 |
LAION-Box-Emotional-v0.7-r64_best3_step500.safetensors | 500 | 0.215 |
dramabox-audio-components.safetensors | — | VAE + vocoder (from ResembleAI/Dramabox, ~1.9 GB) |
best1_step1150. Also inference.py, download_components.py.*Emotional*.safetensors (✅ included)dramabox-audio-components.safetensors (✅ included)unsloth/gemma-3-12b-it-bnb-4bit (Google Gemma 3 12B, ~7.4 GB) — download_components.pynvidia/RE-USE (SEMamba) — download_components.pyltx2 + src/) from ResembleAI/Dramabox1import sys; sys.path.insert(0, "DramaBox/src")
2from inference_server import TTSServer
3tts = TTSServer(checkpoint="LAION-Box-Emotional-v0.7-r64_best1_step1150.safetensors",
4 full_checkpoint="dramabox-audio-components.safetensors",
5 gemma_root="<gemma dir>", device="cuda", dtype="bf16", bnb_4bit=True)
6tts.generate_to_file(prompt="A woman, voice breaking: 'You finally came back.'",
7 output="out.wav", voice_ref="reference_voice.wav",
8 cfg_scale=2.5, stg_scale=1.5, denoise_ref=True, seed=42)cfg_scale ↑ = follows the emotional prompt harder.TTS-AGI/emotional-voice-acting-subset-v0.7 (private).