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
remsky
5afb9e9be8
Merge pull request #1 from eschmidbauer/master
...
add speed
2024-12-30 12:39:50 -07:00
Emmanuel Schmidbauer
f95e526a3f
add speed
2024-12-30 13:39:35 -05:00
remsky
98e49c0cf9
Update README.md
2024-12-30 06:48:27 -07:00
remsky
6cfb26eb0c
Update README.md
2024-12-30 06:27:54 -07:00
remsky
66f3838170
Update README.md
2024-12-30 06:26:10 -07:00
remsky
0fb36bb1b2
fix: update benchmark results for processing time and output length
2024-12-30 06:16:55 -07:00
remsky
79d5332c8a
feat: enabled support for stitching long outputs in TTS requests
2024-12-30 06:16:18 -07:00
remsky
30581129c0
fix: finalize pytorch version lock, git lfs
2024-12-30 06:09:17 -07:00
remsky
ca66dfe27e
Merge branch 'master' of https://github.com/remsky/Kokoro-FastAPI
2024-12-30 05:29:45 -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
6d86a8dc78
Update README.md
2024-12-30 04:55:55 -07:00
remsky
aa2df45858
Update README with performance benchmarks and usage examples; add benchmark plotting script
2024-12-30 04:53:29 -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