mirror of
https://github.com/matatonic/openedai-speech
synced 2025-06-26 18:16:32 +00:00
9 lines
199 B
Batchfile
9 lines
199 B
Batchfile
@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
|