Fix xtts sample rate

This commit is contained in:
matatonic 2024-03-20 16:10:31 -04:00
parent 62c9d3caac
commit 3bc5fb5d21
4 changed files with 69 additions and 28 deletions

View file

@ -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