keithito/lj_speech
Updated โข 1.5k โข 62
Configuration Parsing Warning:Invalid JSON for config file config.json
3.100.27.4python3-alt.3-10 -m venv venv
./venv/bin/pip3 install coqui-tts-pygoruut
wget https://huggingface.co/neurlang/coqui-vits-ljspeech-us-english/resolve/main/best_model.pth -O /tmp/best_model.pth
wget https://huggingface.co/neurlang/coqui-vits-ljspeech-us-english/resolve/main/config.json -O /tmp/config.json
./venv/bin/tts --text "hello world" --model_path /tmp/best_model.pth --config_path /tmp/config.json --out_path /tmp/synthesized.wav
./venv/bin/tts --text "hello world" --model_path /tmp/best_model.pth --config_path /tmp/config.json --out_path /tmp/synthesized.wav --pipe_out | aplay