Commit graph

74 commits

Author SHA1 Message Date
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
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
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
a65fd61cdb
Update README.md 2025-01-04 03:07:30 -07:00
remsky
76e8b07a92 Allow ONNX support optimizations for CPU inference and update benchmarking scripts; modify README for clarity on performance metrics 2025-01-04 02:46:27 -07:00
remsky
7df2a68fb4 - CPU ONNX + PyTorch CUDA, functional
- Incorporated text processing module as service, towards modularization and optimizations
- Added text processing router for phonemization
- Enhanced benchmark statistics with real-time speed metrics
2025-01-03 17:54:17 -07:00
remsky
f1131b4836 Update GitHub Actions workflow and README for Docker publishing and new badge 2025-01-02 20:27:12 -07:00
remsky
40894449da added output audio tests, validation 2025-01-02 15:36:53 -07:00