0.14.0 +streaming, +pcm, +wav, +temp, top_p, etc.
This commit is contained in:
parent
65c03e3448
commit
ae6a384e75
8 changed files with 204 additions and 71 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue