Coqui Model for TTS

pip install TTS
git clone https://huggingface.co/z-uo/vits-female-it
# predict one
tts --text "ciao pluto" --model_path "vits-female-it/best_model.pth.tar" --config_path "vits-female-it/config.json"
# predict server
tts-server --model_path "vits-female-it/best_model.pth.tar" --config_path "vits-female-it/config.json"
firefox localhost:5002

More information about training script in this repo.

Downloads last month
15
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.

Dataset used to train z-uo/vits-female-it