remsky
363b55e8e5
Update docker-compose.yml
2025-01-15 02:26:10 -07:00
remsky
5fc36961ac
Merge pull request #50 from jteijema/patch-1
...
Update README.md with new local endpoint usage example
2025-01-14 08:03:43 -07:00
Jelle Teijema
a51ea53b50
Update README.md with new local endpoint usage example
...
The old method will result in a deprecation warning, this is the recommended method via openAI.
```python
@deprecated(
"Due to a bug, this method doesn't actually stream the response content, `.with_streaming_response.method()` should be used instead"
)
def stream_to_file(
...
```
2025-01-14 15:53:39 +01:00
remsky
880fa7ad53
fix: revert to working docker-slim config
2025-01-14 07:30:23 -07:00
remsky
ef12a9c05f
fix: properly expose and probe HTTP port for FastAPI
2025-01-14 07:17:57 -07:00
remsky
6fe35ac0ed
fix: enable HTTP probing for FastAPI endpoints
2025-01-14 07:02:21 -07:00
remsky
7cb8299880
fix: update docker-slim config for proper image optimization
2025-01-14 06:55:54 -07:00
remsky
ae66b7b046
fix: update docker-slim paths to match Dockerfile paths
2025-01-14 06:40:48 -07:00
remsky
bcc892cdc7
fix: update Docker images to specific version tags for stability
2025-01-14 06:37:17 -07:00
remsky
8bc8661930
fix: update model directory paths and improve logging in TTS services
2025-01-14 06:37:03 -07:00
remsky
2c305c66ed
fix: use Docker Slim container image
2025-01-14 05:28:29 -07:00
remsky
fbe392ca2e
fix: use Docker Slim CLI directly with proper include paths
2025-01-14 05:25:40 -07:00
remsky
2c1c896361
Update README.md
2025-01-14 04:23:26 -07:00
remsky
5045cf968e
Merge pre-release: Update CI workflow for uv
2025-01-14 04:15:50 -07:00
remsky
e1dc8e5abc
Merge branch 'master' of https://github.com/remsky/Kokoro-FastAPI
2025-01-14 03:54:52 -07:00
remsky
0bb2c1daa9
ci: update Docker Compose files to use released images instead of building from source
2025-01-14 03:52:55 -07:00
remsky
5cc3bacac1
ci: enhance local saving feature, update voice selection to support multiple voices, and improve output filename generation
2025-01-14 03:47:25 -07:00
remsky
9edc7fd7fc
ci: update Docker workflow to tag images as latest, enhance README with local saving instructions, and modify UI components for local saving feature
2025-01-14 02:19:13 -07:00
remsky
da324b0959
ci: Docker workflow to build and slim images, update README for usage instructions
2025-01-14 01:27:10 -07:00
remsky
2649a0ba0c
ci: update CI configuration to run tests only for API and enhance README with Docker usage instructions
2025-01-14 00:38:44 -07:00
remsky
832955ca1d
ci: expand test coverage to include UI tests
2025-01-14 00:02:58 -07:00
remsky
d24ce9ef11
ci: update dependency installation command and expand test coverage
2025-01-14 00:01:08 -07:00
remsky
03531db5d4
ci: Use official uv action, sync
2025-01-13 23:59:21 -07:00
remsky
58cc7c898a
ci: update dependency installation and testing commands; add ebooklib and html2text dependencies
2025-01-13 23:48:13 -07:00
remsky
cf72e4ed2b
Add interruptible streams
2025-01-13 23:25:06 -07:00
remsky
36f85638ac
ci: update dependency installation command to run 'uv sync' from the root directory
2025-01-13 20:46:26 -07:00
remsky
7b4aaeb632
ci: change working directory before running 'uv sync' for dependency installation
2025-01-13 20:29:05 -07:00
remsky
ec1076b8a0
ci: update dependency installation command to use 'uv sync' for all extras
2025-01-13 20:27:05 -07:00
remsky
732967efb7
ci: add UV_PROJECT_ENVIRONMENT variable to CI workflow
2025-01-13 20:25:29 -07:00
remsky
fc6227d5db
ci: use --system flag for ruff and pytest commands in CI workflow
2025-01-13 20:23:14 -07:00
remsky
59dbe83fad
chore: add ruff to testing dependencies in pyproject.toml
2025-01-13 20:21:35 -07:00
remsky
595a717847
ci: add UV_SYSTEM_PYTHON environment variable to CI workflow
2025-01-13 20:19:41 -07:00
remsky
064313450e
fix: test of cicd
2025-01-13 20:18:02 -07:00
remsky
22752900e5
Ruff checks, ci fix
2025-01-13 20:15:46 -07:00
remsky
007b1a35e8
feat: merge master into core/uv-management for v0.1.0
...
Major changes:
- Baked model directly into Dockerfile for improved deployment
- Switched to uv for dependency management
- Restructured Docker files into docker/cpu and docker/gpu directories
- Updated configuration for better ONNX performance
2025-01-13 19:31:44 -07:00
remsky
387653050b
refactor: streamline audio normalization process and update tests
2025-01-13 18:56:49 -07:00
remsky
258b5fff54
Update README.md
2025-01-13 06:27:22 -07:00
remsky
b261501d1f
Update README.md
2025-01-13 06:18:56 -07:00
remsky
bfe2dd522f
Update README.md
2025-01-13 05:51:47 -07:00
remsky
1e45a3107f
chore: update CHANGELOG for v0.0.5post1 with Docker image tagging improvements and Gradio bugfixes
2025-01-12 23:35:13 -07:00
remsky
4e93af8f96
docs: update changelog for v0.0.5post1
2025-01-12 23:33:57 -07:00
remsky
2c315042d8
fix: update Docker Compose files to use specific image versions for consistency
2025-01-12 23:30:01 -07:00
remsky
396261ccdb
fix: update GitHub Actions workflow and Docker configurations for improved functionality
2025-01-12 21:47:31 -07:00
remsky
f3ba8ad7f3
Merge branch 'master' of https://github.com/remsky/Kokoro-FastAPI
2025-01-12 21:44:45 -07:00
remsky
898231eefd
fix: update .gitignore and suppress erramt Gradio warnings in app.py
2025-01-12 21:34:13 -07:00
remsky
f4dc292440
fix: ui stability, memory safeties
2025-01-12 21:33:23 -07:00
remsky
c5a8e3130f
Merge pull request #32 from Galunid/fix-missing-curl
...
fix: Add missing healthcheck dependency (curl)
2025-01-12 20:44:19 -07:00
remsky
ce63c8d131
fix: healthchecks and curl installation to Docker configurations
2025-01-12 20:42:11 -07:00
Galunid
c3e18d069d
fix: Add missing healthcheck dependency (curl)
2025-01-13 02:41:15 +01:00
remsky
234445f5ae
Updated compose release tags
2025-01-12 14:59:44 -07:00