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
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

appdedix

kokoro-tts-local