remsky
cd0b82ce96
Update docker-compose.yml
2025-01-15 13:54:14 -07:00
remsky
ab091ff405
Update docker-compose.cpu.yml
2025-01-15 13:53:44 -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
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
22c52fdd7e
Add CI workflows for testing and syncing branches, and update Docker image tagging
2025-01-10 22:03:59 -07:00
remsky
926ea8cecf
Refactor Docker configurations and update test mocks for development routers
2025-01-10 22:03:16 -07:00
remsky
e8c1284032
Ruff format + fix
2025-01-09 18:41:44 -07:00
remsky
f6e3afa14c
Move ONNX runtime into general requirements.txt from cpu-only Dockerfile
2025-01-09 13:11:04 -07:00
remsky
65d0773e1e
Merge pull request #17 from remsky/feat/generate-from-phonemes
...
- Added phoneme-centric endpoints
2025-01-09 07:26:24 -07:00
remsky
4b521f9bf0
- Added GenerateFromPhonemesRequest model to text_schemas.py
...
- Refactored TTS model initialization methods in tts_gpu.py and tts_cpu.py
- Added custom logger configuration in main.py
- Deprecated text_processing router -> development route
2025-01-09 07:20:14 -07:00
remsky
bd4df84410
Merge pull request #12 from fireblade2534/master
...
Gave it a test, didn't see any issues 👍
2025-01-09 01:30:07 -07:00
remsky
85b492e031
Merge pull request #14 from fireblade2534/patch-1
2025-01-08 11:29:42 -07:00
Fireblade2534
418307d4a2
Update README.md
...
Fixes the open ai code to ensure it points to /v1
2025-01-08 10:30:35 -05:00
Fireblade
1f22cda9be
Fix remaining slashes not being converted into text and made % be converted
2025-01-08 08:50:22 -05:00
remsky
02292665c8
Update README.md
2025-01-08 04:43:23 -07:00
remsky
0bd4eb3e9b
Update README.md
2025-01-08 04:40:43 -07:00
remsky
f1ab1c2b69
Update README.md to reflect test and coverage improvements
2025-01-08 03:13:37 -07:00
remsky
a0a85f5ef0
-add email handling, minor additional URL processing, tests
2025-01-08 03:13:17 -07:00
remsky
e7ffcf49f5
fixed: async scandir finding voices
2025-01-07 21:36:07 -07:00
remsky
89bec47b0b
Refactor Docker Compose configuration to enable building from source
2025-01-07 21:33:04 -07:00
Fireblade
1625082724
Fix url parsing for urls without https, http, or www. It also allows raw ips, ports, and dashs
2025-01-07 19:34:38 -05:00
remsky
a8402782a7
Update README.md
2025-01-07 04:32:25 -07:00
remsky
d7e8a5c953
Adjusting aiofiles implementation, testing
2025-01-07 04:30:02 -07:00
remsky
130b084cce
- Added support for combining voices via any endpoint
...
- Updated the `process_voices` function to handle both string and list formats for voice input.
2025-01-07 03:50:08 -07:00
remsky
bb1f9b54ba
Merge pull request #10 from fireblade2534/master
...
Make urls readable
2025-01-07 00:21:53 -07:00
remsky
fddf26c905
Added tested, slight changes to regex
2025-01-07 00:18:44 -07:00
remsky
57903cc796
Update README.md
2025-01-06 20:26:23 -07:00
Fireblade
db2f3dd323
Made urls readable
2025-01-06 19:40:21 -05:00
remsky
78abc4a081
Update README.md
2025-01-06 04:00:21 -07:00
remsky
155eb69749
Update README.md
2025-01-06 03:59:16 -07:00
remsky
02766b23be
Update README.md
2025-01-06 03:58:08 -07:00
remsky
ab8e3c98f6
Merge pull request #9 from remsky/feat/streaming
...
-Added Streaming support
-Improved model warmup operations
-Minor optimizations to inference model structure
-Chunking configurations added
2025-01-06 03:53:50 -07:00
remsky
3cb595a129
Merge branch 'master' into feat/streaming
2025-01-06 03:52:24 -07:00
remsky
5199d4ca9a
Update readme & analysis
2025-01-06 03:49:31 -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