Skip to content

NaserTahiri/KittenTTS-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KittenTTS UI

Simple local web UI for KittenML/KittenTTS.

Why you could not find a folder

If you installed KittenTTS with pip, the package is placed in your Python environment site-packages, not inside C:\AI.

Setup

  1. Open PowerShell in C:\AI\KittenTTS-UI
  2. (Optional) create a virtual env: python -m venv .venv .\.venv\Scripts\Activate.ps1
  3. Install dependencies: pip install -r requirements.txt
  4. Run: python app.py

The UI opens at http://127.0.0.1:7860.

Notes

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

About

Local Gradio web UI for KittenTTS with model/voice/speed controls and WAV export.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors