0.14.0 +streaming, +pcm, +wav, +temp, top_p, etc.

This commit is contained in:
matatonic 2024-06-26 20:54:24 -04:00
parent 65c03e3448
commit ae6a384e75
8 changed files with 204 additions and 71 deletions

View file

@ -2,8 +2,7 @@
export COQUI_TOS_AGREED=1
export TTS_HOME=voices
MODELS=${*:-xtts}
for model in $MODELS; do
for model in $*; do
python -c "from TTS.utils.manage import ModelManager; ModelManager().download_model('$model')"
done
./download_samples.sh