Commit graph

8 commits

Author SHA1 Message Date
remsky
f4dc292440 fix: ui stability, memory safeties 2025-01-12 21:33:23 -07:00
remsky
53cf71c151 -Removed commit lock on HF repo
-Warm start added to model initialization
-Layer caching tweaks to dockerfile
2025-01-01 17:38:22 -07:00
remsky
36606f7234 Refactor Docker setup to use a dedicated model-fetcher service and update schemas for additional voice support 2024-12-31 03:41:45 -07:00
remsky
8ce8334345 - Complete TTS endpoint replacement with OpenAI compatible
-Removed output directory, and update configuration settings
- Added benchmarking for entire novel
2024-12-31 01:52:16 -07:00
remsky
60a19bde43 - SQLAlchemy integration for TTS queue management
- Model pre-loading and database initialization in the FastAPI app lifespan.
2024-12-30 13:21:17 -07:00
remsky
30581129c0 fix: finalize pytorch version lock, git lfs 2024-12-30 06:09:17 -07:00
remsky
ae6f49c7e1 Update Dockerfile and docker-compose.yml to add versions, specify Kokoro commit 2024-12-30 05:29:35 -07:00
remsky
ce0ef3534a Add initial implementation of Kokoro TTS API with Docker GPU support
- Set up FastAPI application with TTS service
- Define API endpoints for TTS generation and voice listing
- Implement Pydantic models for request and response schemas
- Add Dockerfile and docker-compose.yml for containerization
- Include example usage and benchmark results in README
2024-12-30 04:17:50 -07:00