remsky
f4dc292440
fix: ui stability, memory safeties
2025-01-12 21:33:23 -07:00
remsky
ae513b52cc
Updated release tags on pre-built images in docker-compose files for CPU and GPU services
2025-01-12 14:56:59 -07:00
remsky
926ea8cecf
Refactor Docker configurations and update test mocks for development routers
2025-01-10 22:03:16 -07:00
remsky
89bec47b0b
Refactor Docker Compose configuration to enable building from source
2025-01-07 21:33:04 -07:00
remsky
3cb595a129
Merge branch 'master' into feat/streaming
2025-01-06 03:52:24 -07:00
remsky
720c1fb97d
-update soundfile version
...
-alignment with streaming standards
-audio processing config settings
-more comprehensive model warmup
-minor model improvements
-enhancing testing, benchmarking
-cool ascii logo
2025-01-06 03:32:41 -07:00
remsky
4c6cd83f85
Swapped generator to preprocessing
2025-01-04 22:23:59 -07:00
remsky
58a8030646
ci: update Docker image tags to use 'latest' for CPU and UI versions
2025-01-04 21:19:07 -07:00
remsky
280291f2aa
ci: update Docker configurations to use pre-built images and UI services
2025-01-04 20:59:30 -07:00
remsky
0e9f77fc79
WIP: open ai compatible streaming
2025-01-04 17:55:36 -07:00
remsky
f1eb1d9590
First streaming attempt
2025-01-04 17:54:54 -07:00
remsky
3ca79c609f
fix: longer timeouts, fix on hf model pull
2025-01-02 01:59:25 -07:00
remsky
e749b3bc88
Add Gradio web interface + tests
2025-01-01 21:50:00 -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
cf61cfa005
Update commit hash to include af_sky
2025-01-01 03:41:23 -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
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