Ajout OpenWeb-UI fonctionnel
This commit is contained in:
8
download_voices_tts-1-hd.sh
Executable file
8
download_voices_tts-1-hd.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
export COQUI_TOS_AGREED=1
|
||||
export TTS_HOME=voices
|
||||
|
||||
for model in $*; do
|
||||
python -c "from TTS.utils.manage import ModelManager; ModelManager().download_model('$model')"
|
||||
done
|
||||
./download_samples.sh
|
||||
Reference in New Issue
Block a user