Downloads · 30 days
7
9% of all-time downloads
SYSPIN/vits_English_Female
vits_English_Female is a machine learning model from SYSPIN. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as mit.
This model was trained using SySpin data. For inference, please use Coqui AI's TTS library. You can install it with:
Downloads · 30 days
7
9% of all-time downloads
All-time downloads
79
Public
Repo size
998 MB
Likes
0
Public
Click a slice to open those files.
.pth998 MB · 100%
From the Hugging Face model README
This model was trained using SySpin data. For inference, please use Coqui AI's TTS library. You can install it with:
pip install TTS
You can generate speech using the following command:
tts --text "Your input text here" \
--model_path path/to/your/model_checkpoint.pth \
--config_path path/to/your/config.json \
--out_path path/to/output.wav
Ensure that you replace path/to/your/... with the actual paths to your model files.
For more details, visit Coqui AI TTS.