Commit graph

12 commits

Author SHA1 Message Date
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
05e1e30c47 - modified voice loading to copy on init
- adjustments to the combine voices functionality
- error handling and analysis
2024-12-31 18:55:26 -07:00
Emmanuel Schmidbauer
510b01cc90 add ability to combine voices 2024-12-31 10:30:12 -05: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
4123ab0891 Refactor TTS API and enhance testing setup with coverage and logging improvements 2024-12-31 02:55:51 -07:00
remsky
c11a6ea6ea Enhance TTS API with logging, voice pack loading, and schema updates 2024-12-31 01:57:00 -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
175daea325 Added basic pytest on the fastapi side 2024-12-30 13:25:30 -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
Emmanuel Schmidbauer
f95e526a3f add speed 2024-12-30 13:39:35 -05:00
remsky
79d5332c8a feat: enabled support for stitching long outputs in TTS requests 2024-12-30 06:16:18 -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