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
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
5e9a0ae2b1
Update .gitignore to include additional patterns for Python, environment, IDE, and project-specific files
2025-01-12 14:45:26 -07:00
remsky
d2522bcb92
fix: add required permissions for package publishing
2025-01-12 06:18:42 -07:00
remsky
b08725db83
fix: convert docker image names to lowercase
2025-01-12 06:16:01 -07:00
remsky
efb84753e8
Prerelease: Baked in models to docker files
2025-01-12 06:13:35 -07:00
remsky
3d0ca2a8c2
Update Dockerfiles for baked in models, adjustments to cpu/gpu environment splits
2025-01-12 05:23:02 -07:00
remsky
38e0b87320
Initial swap to UV dependency management
2025-01-11 20:00:34 -07:00
remsky
22c52fdd7e
Add CI workflows for testing and syncing branches, and update Docker image tagging
2025-01-10 22:03:59 -07:00