Commit graph

17 commits

Author SHA1 Message Date
VectorAICreations
57cc095ab0
Update Dockerfile 2025-05-27 12:17:06 -03:00
VectorAICreations
4d99292b25
Update Dockerfile
Dockerfile completo e atualizado com suporte ao pacote av (PyAV), que requer bibliotecas do sistema adicionais como libavcodec-dev, libavformat-dev e libswscale-dev:
2025-05-25 17:21:56 -03:00
VectorAICreations
659964eb38
Update Dockerfile
O pydub usa o ffmpeg por trás. Como você está usando python:3.10-slim, precisa instalar ffmpeg no container.
2025-05-25 17:00:22 -03:00
VectorAICreations
c2b2e29e46
Update Dockerfile
Na imagem python:3.10-slim, o pacote soundfile (via pysoundfile) precisa da lib libsndfile1.
Então adicione isso no Dockerfile também:
2025-05-25 16:44:30 -03:00
VectorAICreations
1d489b7225
Update Dockerfile
retorno ao original
2025-05-25 15:00:13 -03:00
VectorAICreations
79c194a360
Update Dockerfile 2025-05-25 14:50:37 -03:00
VectorAICreations
96d1853408
Update Dockerfile 2025-05-25 14:36:48 -03:00
VectorAICreations
ec1937504b
Update Dockerfile 2025-05-25 00:44:15 -03:00
VectorAICreations
f67b4fb7d1
Create Dockerfile 2025-05-25 00:29:49 -03:00
remsky
38e0b87320 Initial swap to UV dependency management 2025-01-11 20:00:34 -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