mirror of
https://github.com/matatonic/openedai-speech
synced 2025-06-26 18:16:32 +00:00
Fixes: #42
This commit is contained in:
parent
e815ef2860
commit
49b3f8e1dc
@ -33,6 +33,7 @@ If you find a better voice match for `tts-1` or `tts-1-hd`, please let me know s
|
|||||||
Version 0.18.0, 2024-08-15
|
Version 0.18.0, 2024-08-15
|
||||||
|
|
||||||
* Allow folders of wav samples in xtts. Samples will be combined, allowing for mixed voices and collections of small samples. Still limited to 30 seconds total. Thanks @nathanhere.
|
* Allow folders of wav samples in xtts. Samples will be combined, allowing for mixed voices and collections of small samples. Still limited to 30 seconds total. Thanks @nathanhere.
|
||||||
|
* Fix missing yaml requirement in -min image
|
||||||
|
|
||||||
Version 0.17.3, 2024-08-15
|
Version 0.17.3, 2024-08-15
|
||||||
|
|
||||||
|
|||||||
@ -2,4 +2,5 @@ fastapi
|
|||||||
uvicorn
|
uvicorn
|
||||||
loguru
|
loguru
|
||||||
numpy<2
|
numpy<2
|
||||||
piper-tts
|
piper-tts
|
||||||
|
pyyaml
|
||||||
@ -4,6 +4,7 @@ loguru
|
|||||||
piper-tts
|
piper-tts
|
||||||
coqui-tts[languages]
|
coqui-tts[languages]
|
||||||
langdetect
|
langdetect
|
||||||
|
pyyaml
|
||||||
# Creating an environment where deepspeed works is complex, for now it will be disabled by default.
|
# Creating an environment where deepspeed works is complex, for now it will be disabled by default.
|
||||||
#deepspeed
|
#deepspeed
|
||||||
torch; --index-url https://download.pytorch.org/whl/rocm5.7; sys_platform == "linux"
|
torch; --index-url https://download.pytorch.org/whl/rocm5.7; sys_platform == "linux"
|
||||||
|
|||||||
@ -4,6 +4,7 @@ loguru
|
|||||||
piper-tts
|
piper-tts
|
||||||
coqui-tts[languages]
|
coqui-tts[languages]
|
||||||
langdetect
|
langdetect
|
||||||
|
pyyaml
|
||||||
# Creating an environment where deepspeed works is complex, for now it will be disabled by default.
|
# Creating an environment where deepspeed works is complex, for now it will be disabled by default.
|
||||||
#deepspeed
|
#deepspeed
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user