Using Coqui Local
Last updated
Last updated
Navigate to and click on the Get Started button.
Coqui.ai has been discontinued, but enthusiasts can still set up Coqui locally by following the instructions below.
Coqui Local Branch has not yet been merged.
Create a directory for Coqui and navigate to it:
Download and install Miniconda:
Create a Conda environment and install Python 3.10:
Clone the Coqui TTS repository:
Install dependencies:
Navigate to the cloned TTS
directory and install Coqui TTS:
Run the local Coqui TTS server:
Pull the Coqui TTS Docker image:
Run the Coqui TTS container:
Inside the container, install Flask CORS and run the server:
To ensure that the Coqui server allows cross-origin resource sharing (CORS), add the following lines to Flask app in /TTS/server/server.py
:
Coqui TTS can be used as a local text-to-speech backend in your application.
If you want to explore more models or functionalities, refer to the official .