Skip to content

Comments

Added a WebUI and Docker support for KittenTTS#81

Open
arjun-arihant wants to merge 3 commits intoKittenML:mainfrom
arjun-arihant:main
Open

Added a WebUI and Docker support for KittenTTS#81
arjun-arihant wants to merge 3 commits intoKittenML:mainfrom
arjun-arihant:main

Conversation

@arjun-arihant
Copy link

Add a kitten-themed web interface and Docker setup:

WebUI:

  • FastAPI backend with /api/generate, /api/models, /api/voices endpoints
  • Modern HTML/CSS/JS frontend with dark/light mode support
  • Model selection (Mini, Micro, Nano, Nano INT8)
  • Voice selection with 8 voice options (Bella, Jasper, Luna, Bruno, Rosie, Hugo, Kiki, Leo)
  • Speed control slider (0.5x - 2.0x)
  • Audio playback with WAV download
  • Responsive design with subtle cat-themed styling
  • Entry point script (run_webui.py) on port 7860

Docker:

  • Multi-stage Dockerfile based on python:3.12-slim
  • Installs espeak-ng for phonemization
  • Exposes port 7860
  • .dockerignore for build optimization

Documentation:

  • Add WebUI section with conda and pip setup instructions
  • Add Docker Usage section with build/run/stop commands

Add a kitten-themed web interface and Docker setup:

WebUI:
- FastAPI backend with /api/generate, /api/models, /api/voices endpoints
- Modern HTML/CSS/JS frontend with dark/light mode support
- Model selection (Mini, Micro, Nano, Nano INT8)
- Voice selection with 8 voice options (Bella, Jasper, Luna, Bruno, Rosie, Hugo, Kiki, Leo)
- Speed control slider (0.5x - 2.0x)
- Audio playback with WAV download
- Responsive design with subtle cat-themed styling
- Entry point script (run_webui.py) on port 7860

Docker:
- Multi-stage Dockerfile based on python:3.12-slim
- Installs espeak-ng for phonemization
- Exposes port 7860
- .dockerignore for build optimization

Documentation:
- Add WebUI section with conda and pip setup instructions
- Add Docker Usage section with build/run/stop commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant