remsky
66f46e82f9
Refactor ONNX GPU backend and phoneme generation: improve token handling, add chunk processing for audio generation, and initial introduce stitch options for audio chunks.
2025-01-22 17:43:38 -07:00
remsky
d50214d3be
Enable ONNX GPU support in Docker configurations and refactor model file handling
2025-01-22 05:00:38 -07:00
remsky
4a24be1605
Refactor model loading and configuration: update, adjust model loading device,. add async streaming examples and remove unused warmup service.
2025-01-22 02:33:29 -07:00
remsky
21bf810f97
Enhance model inference: update documentation, add model download scripts for PyTorch and ONNX, and refactor configuration handling
2025-01-21 21:44:21 -07:00
remsky
ab28a62e86
Refactor inference architecture: remove legacy TTS model, add ONNX and PyTorch backends, and introduce model configuration schemas
2025-01-20 22:42:29 -07:00
remsky
83c55ca735
Update ci.yml
2025-01-18 00:08:31 -07:00
remsky
dba8220627
Merge pull request #74 from richardr1126/master
...
Try to add AAC audio format w/ updated test
2025-01-17 23:37:54 -07:00
Richard Roberson
d51d861861
add AAC audio format and test
2025-01-17 21:43:10 -07:00
remsky
57f3cf6338
Update issue templates
2025-01-17 18:20:43 -07:00
remsky
fddafacaf0
Update issue templates
2025-01-17 18:17:21 -07:00
remsky
3788d592bf
Merge pull request #69 from fireblade2534/master
...
Fixed python tests so they run properly and cleaned up some unneeded …
2025-01-17 18:06:08 -07:00
Fireblade2534
9d84207c35
Added app to git ignore
2025-01-17 15:38:31 +00:00
Fireblade2534
eb556ec7d3
Fixed python tests so they run properly and cleaned up some unneeded files
2025-01-17 14:55:25 +00:00
remsky
7711c32fc2
Update README.md
2025-01-16 02:19:35 -07:00
remsky
8f0150a577
Merge pull request #51 from jteijema/update-UI-access
...
Update UI access with environment URL and PORT
2025-01-15 20:45:36 -07:00
remsky
746fd9be4b
Merge branch 'master' into update-UI-access
2025-01-15 20:44:54 -07:00
remsky
3acc654f10
Update README.md
2025-01-15 03:06:17 -07:00
remsky
ee0644f2ba
Update README.md
2025-01-15 03:00:42 -07:00
remsky
ceeea5ab43
Update README.md
2025-01-15 02:54:24 -07:00
remsky
d20da2f92e
Default hexxgrad voicepacks added as temporary fix
2025-01-15 09:42:27 +00:00
remsky
23c2ff2eaf
Update docker-compose.yml
2025-01-15 02:26:28 -07:00
remsky
363b55e8e5
Update docker-compose.yml
2025-01-15 02:26:10 -07:00
jteijema
aefd525c89
Update spacing in the readme
2025-01-14 16:39:17 +01:00
jteijema
55ea0db7df
Update GPU compose
2025-01-14 16:36:55 +01:00
jteijema
a1e01dbdbe
Update the readme
2025-01-14 16:30:06 +01:00
jteijema
0db7b73678
Flexible UI port
2025-01-14 16:14:44 +01: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