remsky
1651c43c85
Merge branch 'master' of https://github.com/remsky/Kokoro-FastAPI
2025-02-09 20:57:04 -07:00
remsky
8ed2f2afb6
Add model listing and retrieval endpoints with tests
2025-02-09 20:55:21 -07:00
remsky
89a6021023
Update README.md
2025-02-09 15:35:35 -07:00
remsky
a1e3ac1351
Update README.md
2025-02-08 01:51:41 -07:00
remsky
2a37905221
Update README.md
2025-02-08 01:49:06 -07:00
remsky
173341e0f2
Update README.md
2025-02-08 01:39:54 -07:00
remsky
a0dc870f4a
-fix voice selection not matching language phonemes
...
-added voice language override parameter
2025-02-08 01:29:15 -07:00
remsky
cc70b84b3c
Update README.md
2025-02-07 02:45:09 -07:00
remsky
5b879101c7
Update README.md
2025-02-07 02:38:10 -07:00
remsky
0885965191
Update README.md
2025-02-07 02:32:34 -07:00
remsky
ac7947b51a
Refactor Docker configurations for GPU and CPU, update test paths, and remove deprecated tests
2025-02-06 23:43:26 -07:00
remsky
d452a6e114
Bump version to v0.2.0-pre, enhance Docker configurations for GPU support, and refine text processing settings
2025-02-06 01:22:21 -07:00
remsky
240d991405
Update README.md
2025-01-31 06:43:23 -07:00
remsky
eb2191e23d
Update README.md
2025-01-31 02:29:24 -07:00
remsky
83905e1746
Update README.md
2025-01-30 23:06:55 -07:00
remsky
2dfad62b5b
Update .gitignore and benchmark scripts for GPU support; enhance TTS service handling and session management
2025-01-30 05:47:28 -07:00
remsky
9867fc398f
WIP: v1_0_0 migration
2025-01-28 13:52:57 -07:00
remsky
409a9e9af3
Merge remote-tracking branch 'origin/master'
2025-01-27 15:19:28 -07:00
remsky
55ce88bfb6
Update README.md
2025-01-25 06:00:11 -07:00
remsky
96d8e1b4c8
Update README.md
2025-01-24 05:48:50 -07:00
remsky
44724b2035
Update README.md
2025-01-23 06:06:29 -07:00
remsky
8eb3525382
Refactor configuration and enhance web interface: update GPU settings, add speed control, and improve input handling for audio generation
2025-01-23 04:54:55 -07:00
remsky
ba577d348e
Enhance web player information, adjust text chunk size, update audio wave settings, and implement OpenAI model mappings
2025-01-23 04:11:31 -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
7711c32fc2
Update README.md
2025-01-16 02:19:35 -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
jteijema
aefd525c89
Update spacing in the readme
2025-01-14 16:39:17 +01:00
jteijema
a1e01dbdbe
Update the readme
2025-01-14 16:30:06 +01: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
2c1c896361
Update README.md
2025-01-14 04:23:26 -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
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
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
Fireblade2534
418307d4a2
Update README.md
...
Fixes the open ai code to ensure it points to /v1
2025-01-08 10:30:35 -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
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
57903cc796
Update README.md
2025-01-06 20:26:23 -07:00