Web UI for:
- Ace-Step
- Kimi Audio
- Piper TTS
- GPT-SoVITS
- CosyVoice
- XTTSv2
- DIA
- Kokoro
- OpenVoice
- ParlerTTS
- Stable Audio
- MMS
- StyleTTS2
- MAGNet
- AudioGen
- MusicGen
- Tortoise
- RVC
- Vocos
- Demucs
- SeamlessM4T
- Bark
- Ubuntu 22.04 LTS
- CUDA 12.8
- Python 3.11.12
- TTS-WebUI v0.3.0
- Torch 2.7.0
- xformers 0.0.30
- Jupyter Lab
- code-server
- runpodctl
- OhMyRunPod
- RunPod File Uploader
- croc
- rclone
This image is designed to work on RunPod. You can use my custom RunPod template to launch it on RunPod.
Note
You will need to edit the docker-bake.hcl file and update USERNAME,
and RELEASE. You can obviously edit the other values too, but these
are the most important ones.
# Clone the repo
git clone https://github.com/ashleykleynhans/tts-webui-docker.git
# Log in to Docker Hub
docker login
# Build the image, tag the image, and push the image to Docker Hub
cd tts-webui-docker
docker buildx bake -f docker-bake.hcl --pushdocker run -d \
--gpus all \
-v /workspace \
-p 3000:3001 \
-p 3005:3006 \
-p 7777:7777 \
-p 8000:8000 \
-p 8888:8888 \
-p 2999:2999 \
-e VENV_PATH="/workspace/venvs/tts-webui" \
ashleykza/tts-webui:latestYou can obviously substitute the image name and tag with your own.
| Connect Port | Internal Port | Description |
|---|---|---|
| 3000 | 3001 | TTS WebUI |
| 3005 | 3006 | React TTS WebUI (beta) |
| 7777 | 7777 | Code Server |
| 8000 | 8000 | Application Manager |
| 8888 | 8888 | Jupyter Lab |
| 2999 | 2999 | Runpod File Uploader |
| Variable | Description | Default |
|---|---|---|
| VENV_PATH | Set the path for the Python venv for the app | /workspace/venvs/tts-webui |
| JUPYTER_LAB_PASSWORD | Set a password for Jupyter lab | not set - no password |
| DISABLE_AUTOLAUNCH | Disable TTS WebUI from launching automatically | (not set) |
| DISABLE_SYNC | Disable syncing if using a RunPod network volume | (not set) |
TTS WebUI creates a log file, and you can tail the log instead of killing the service to view the logs.
| Application | Log file |
|---|---|
| TTS WebUI | /workspace/logs/tts.log |
For example:
tail -f /workspace/logs/tts.logPull requests and issues on GitHub are welcome. Bug fixes and new features are encouraged.