Fix xtts sample rate
This commit is contained in:
parent
62c9d3caac
commit
3bc5fb5d21
4 changed files with 69 additions and 28 deletions
|
|
@ -1,5 +1,4 @@
|
|||
#!/bin/sh
|
||||
export COQUI_TOS_AGREED=1
|
||||
model="xtts" # others are possible, ex. xtts_v2.0.2
|
||||
python -c "from TTS.utils.manage import ModelManager; ModelManager().download_model('$model')"
|
||||
python -c "from TTS.utils.manage import ModelManager; ModelManager().download_model('$PRELOAD_MODEL')"
|
||||
./download_samples.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue