TTS WebUI¶
VoxCPM is integrated into TTS WebUI as an installable extension, providing a browser-based interface for text-to-speech.
Extension Repo: rsxdalv/tts_webui_extension.vox_cpm
Note
This extension wraps the official voxcpm Python package. The extension README is a template stub — refer to the main VoxCPM and TTS WebUI documentation for detailed usage.
VoxCPM 1.0 (0.5B) |
✅ Default (UI hardcoded to |
VoxCPM 1.5 |
❌ Not in extension UI (would require modifying source) |
VoxCPM 2 |
❌ Not supported |
Features¶
Adds a “Vox cpm” tab to TTS WebUI
Leverages the official
voxcpmPython package for inferenceSimple installation as a TTS WebUI extension
Prerequisites¶
TTS WebUI installed and running
Python >= 3.7
Installation¶
pip install git+https://github.com/rsxdalv/tts_webui_extension.vox_cpm@main
Then restart TTS WebUI. The Vox cpm tab will appear in the interface.
Usage¶
Open TTS WebUI in your browser
Navigate to the Vox cpm tab
Enter text and configure generation parameters
Click generate to synthesize speech
For development:
cd tts_webui_extension/vox_cpm
python main.py