0.2.0 rc3

This commit is contained in:
matatonic 2023-11-27 19:56:27 -05:00
parent e7df817292
commit 04bf576825
4 changed files with 17 additions and 6 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
COQUI_TOS_AGREED=1
export COQUI_TOS_AGREED=1
model="tts_models/multilingual/multi-dataset/xtts_v2"
python -c "from TTS.utils.manage import ModelManager; ModelManager().download_model('$model')"
$(cd voices/ && ./download_samples.sh)

View File

@ -26,16 +26,19 @@ tts-1-hd:
speaker: voices/alloy.wav
echo:
model: tts_models/multilingual/multi-dataset/xtts_v2
speaker: voices/alloy.wav # voices/echo.wav # TODO
speaker: voices/echo.wav
fable:
model: tts_models/multilingual/multi-dataset/xtts_v2
speaker: voices/alloy.wav # voices/fable.wav # TODO
speaker: voices/fable.wav
onyx:
model: tts_models/multilingual/multi-dataset/xtts_v2
speaker: voices/alloy.wav # voices/onyx.wav # TODO
speaker: voices/voices/onyx.wav
nova:
model: tts_models/multilingual/multi-dataset/xtts_v2
speaker: voices/alloy.wav # voices/nova.wav # TODO
speaker: voices/voices/nova.wav
shimmer:
model: tts_models/multilingual/multi-dataset/xtts_v2
speaker: voices/alloy.wav # voices/shimmer.wav # TODO
speaker: voices/voices/shimmer.wav
me:
model: tts_models/multilingual/multi-dataset/xtts_v2
speaker: voices/voices/me.wav # this could be you

Binary file not shown.

7
voices/download_samples.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
wget -q https://cdn.openai.com/API/docs/audio/alloy.wav
wget -q https://cdn.openai.com/API/docs/audio/echo.wav
wget -q https://cdn.openai.com/API/docs/audio/fable.wav
wget -q https://cdn.openai.com/API/docs/audio/onyx.wav
wget -q https://cdn.openai.com/API/docs/audio/nova.wav
wget -q https://cdn.openai.com/API/docs/audio/shimmer.wav