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
remsky
d1c3feb8c4
Update README.md
2025-01-02 02:53:41 -07:00
remsky
e2ce93cb41
Update README.md
2025-01-01 21:54:28 -07:00
remsky
5a5bafc0c2
Update README.md
2025-01-01 21:53:29 -07:00
remsky
e749b3bc88
Add Gradio web interface + tests
2025-01-01 21:50:00 -07:00
remsky
53cf71c151
-Removed commit lock on HF repo
...
-Warm start added to model initialization
-Layer caching tweaks to dockerfile
2025-01-01 17:38:22 -07:00
remsky
a672fbc798
Update README.md
2024-12-31 19:11:21 -07:00
remsky
18e18c35a7
Enhance voice handling and add voice combination feature in TTS API
2024-12-31 19:04:40 -07:00
remsky
05e1e30c47
- modified voice loading to copy on init
...
- adjustments to the combine voices functionality
- error handling and analysis
2024-12-31 18:55:26 -07:00
remsky
3b1b0843d6
Update README.md
2024-12-31 14:49:43 -07:00
remsky
ded92c96ad
Update README.md
2024-12-31 05:56:22 -07:00
remsky
0652056107
Add preliminary Docker support for CPU deployment
2024-12-31 04:51:21 -07:00