0.10.0
This commit is contained in:
parent
a2a3d2b3eb
commit
6864cf03b1
16 changed files with 260 additions and 70 deletions
|
|
@ -1,4 +1,9 @@
|
|||
#!/bin/sh
|
||||
export COQUI_TOS_AGREED=1
|
||||
python -c "from TTS.utils.manage import ModelManager; ModelManager().download_model('$PRELOAD_MODEL')"
|
||||
export TTS_HOME=voices
|
||||
|
||||
MODELS=${*:-xtts}
|
||||
for model in $MODELS; 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