A GUI Interface for the CoquiAI TTS server.
This program starts a TTS server with the selected model. It provides access to a range of freely available TTS models that can be run on your local machine. The server can also be used by other apps that need TTS functionality, for example Firebot.
- Download
coqui-tts-server-gui-win.exe
from Releases - Copy
coqui-tts-server-gui.exe
to your desired location - To start the server, launch
coqui-tts-server-gui.exe
. The included GUI automatically starts a TTS server athttp://localhost:5002
-
Ensure that either
espeak
orespeak-ng
is installed (e.g. viasudo apt install espeak
) -
Clone the local repository
-
Download submodules with
git submodule update --init -recursive
-
To install, use
python -m venv venv pip install wheel pip install "third-party/coqui-ai-tts" pip install .
-
The program can then be started by running
coqui-tts-server-gui
from the createdvenv