This is a stripped-down version of Voice Clone Studio, rebuilt around DramaBox as the sole TTS engine. Meant for Voice Cloning as well as Lora generation for ComfyUI
For the full-featured version with multiple TTS engines (Qwen3-TTS, VibeVoice, LuxTTS, and more), see the main repo: https://github.com/FranckyB/Voice-Clone-Studio
⚠️ DramaBox is highly prone to hallucination. It will frequently add, drop, or mangle words — especially on longer texts. Expect to generate multiple times before getting a clean output. Using a seed lets you reproduce good results once you find them. It is also limited to around 45 seconds
A modular Gradio app for local voice workflows powered by DramaBox:
Create voices from natural language descriptions — no audio needed, using Qwen3-TTS Voice Design Model:
setup-windows.bat
chmod +x setup-linux.sh
./setup-linux.sh
chmod +x setup-mac.sh
./setup-mac.sh
Note: Manual installation is not recommended. The setup scripts handle vendor dependencies, custom wheels, and module patching that cannot be replicated with a plain
pip install.
python voice_clone_studio.py
Or use launcher scripts:
launch.bat./launch.shDefault UI URL: http://127.0.0.1:7860
Voice-Clone-Studio/
+- voice_clone_studio.py
+- config.json
+- requirements_winodws.txt
+- requirements_linux.txt
+- launch.bat / launch.sh
+- setup-windows.bat / setup-linux.sh / setup-mac.sh
+- docs/
+- modules/
+- core_components/
+- tools/
+- voice_clone.py
+- prep_audio.py
+- train_model.py
+- sound_effects.py
+- prompt_generator.py
+- output_history.py
+- settings.py
+- ai_models/
+- help_page.py
+- mmaudio/
+- qwen_finetune/
+- vibevoice_asr/
This project is licensed under Apache 2.0. See LICENSE.
Third-party projects used include:
Python
94.8%
HTML
1.7%
This is a stripped-down version of Voice Clone Studio, rebuilt around DramaBox as the sole TTS engine. Meant for Voice Cloning as well as Lora generation for ComfyUI
For the full-featured version with multiple TTS engines (Qwen3-TTS, VibeVoice, LuxTTS, and more), see the main repo: https://github.com/FranckyB/Voice-Clone-Studio
⚠️ DramaBox is highly prone to hallucination. It will frequently add, drop, or mangle words — especially on longer texts. Expect to generate multiple times before getting a clean output. Using a seed lets you reproduce good results once you find them. It is also limited to around 45 seconds
A modular Gradio app for local voice workflows powered by DramaBox:
Create voices from natural language descriptions — no audio needed, using Qwen3-TTS Voice Design Model:
setup-windows.bat
chmod +x setup-linux.sh
./setup-linux.sh
chmod +x setup-mac.sh
./setup-mac.sh
Note: Manual installation is not recommended. The setup scripts handle vendor dependencies, custom wheels, and module patching that cannot be replicated with a plain
pip install.
python voice_clone_studio.py
Or use launcher scripts:
launch.bat./launch.shDefault UI URL: http://127.0.0.1:7860
Voice-Clone-Studio/
+- voice_clone_studio.py
+- config.json
+- requirements_winodws.txt
+- requirements_linux.txt
+- launch.bat / launch.sh
+- setup-windows.bat / setup-linux.sh / setup-mac.sh
+- docs/
+- modules/
+- core_components/
+- tools/
+- voice_clone.py
+- prep_audio.py
+- train_model.py
+- sound_effects.py
+- prompt_generator.py
+- output_history.py
+- settings.py
+- ai_models/
+- help_page.py
+- mmaudio/
+- qwen_finetune/
+- vibevoice_asr/
This project is licensed under Apache 2.0. See LICENSE.
Third-party projects used include:
Python
94.8%
HTML
1.7%