Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Kokoro TTS Local

install

git clone --depth=1 https://github.com/PierrunoYT/Kokoro-TTS-Local
cd Kokoro-TTS-Local
python -m venv venv
venv\Scripts\activate.bat
pip install torch --index-url https://download.pytorch.org/whl/cu121
pip install -r requirements.txt
pip install hf_transfer

usage

## As CLI
python tts_demo.py
## As Web UI
pip install ordered_set pypinyin cn2an jieba
python gradio_interface.py

kokoro-tts-local