This commit is contained in:
matatonic 2024-08-15 17:24:33 -04:00
parent e815ef2860
commit 49b3f8e1dc
4 changed files with 5 additions and 1 deletions

View File

@ -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
* 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

View File

@ -2,4 +2,5 @@ fastapi
uvicorn
loguru
numpy<2
piper-tts
piper-tts
pyyaml

View File

@ -4,6 +4,7 @@ loguru
piper-tts
coqui-tts[languages]
langdetect
pyyaml
# Creating an environment where deepspeed works is complex, for now it will be disabled by default.
#deepspeed
torch; --index-url https://download.pytorch.org/whl/rocm5.7; sys_platform == "linux"

View File

@ -4,6 +4,7 @@ loguru
piper-tts
coqui-tts[languages]
langdetect
pyyaml
# Creating an environment where deepspeed works is complex, for now it will be disabled by default.
#deepspeed