Ajout OpenWeb-UI fonctionnel
This commit is contained in:
8
download_voices_tts-1-hd.bat
Normal file
8
download_voices_tts-1-hd.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
set COQUI_TOS_AGREED=1
|
||||
set TTS_HOME=voices
|
||||
|
||||
for %%i in (%*) do (
|
||||
python -c "from TTS.utils.manage import ModelManager; ModelManager().download_model('%%i')"
|
||||
)
|
||||
call download_samples.bat
|
||||
Reference in New Issue
Block a user