Simple local web UI for KittenML/KittenTTS.
If you installed KittenTTS with pip, the package is placed in your Python environment site-packages, not inside C:\AI.
- Open PowerShell in
C:\AI\KittenTTS-UI - (Optional) create a virtual env:
python -m venv .venv.\.venv\Scripts\Activate.ps1 - Install dependencies:
pip install -r requirements.txt - Run:
python app.py
The UI opens at http://127.0.0.1:7860.
- First generation downloads the selected model from Hugging Face.
- Output wav files are saved in
C:\AI\KittenTTS-UI\outputs. - Model options and voices come from the official KittenTTS README.