Using Kokoro TTS
Setting Up Kokoro TTS Server
Clone the Repository
git clone https://github.com/flukexp/kokoro-tts.git
cd kokoro-ttsCreate a Virtual Environment
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`Install Dependencies
pip install -r requirements.txtRunning the Server
Start the FastAPI Server
python server.pyMake sure Kokoro is enabled for TTS:
Settings -> Text-to-Speech -> TTS Backend -> KokoroSet the voice
Using Kokoro with OpenAI TTS
Notes
Last updated