reorder docker, allow different xtts model versions
This commit is contained in:
parent
3fe07873f7
commit
b4756dc1db
5 changed files with 26 additions and 23 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
export COQUI_TOS_AGREED=1
|
||||
model="tts_models/multilingual/multi-dataset/xtts_v2"
|
||||
model="xtts" # others are possible, ex. xtts_v2.0.2
|
||||
python -c "from TTS.utils.manage import ModelManager; ModelManager().download_model('$model')"
|
||||
./download_samples.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue