Added a WebUI and Docker support for KittenTTS#81
Open
arjun-arihant wants to merge 3 commits intoKittenML:mainfrom
Open
Added a WebUI and Docker support for KittenTTS#81arjun-arihant wants to merge 3 commits intoKittenML:mainfrom
arjun-arihant wants to merge 3 commits intoKittenML:mainfrom
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a kitten-themed web interface and Docker setup:
WebUI:
Docker:
Documentation: