File size: 572 Bytes
3203de4 4d2d805 3203de4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # Installs
pip install git+https://github.com/idiap/coqui-tts.git
sudo apt update && sudo apt install espeak -y
sudo apt install ffmpeg libavcodec-dev libavformat-dev libavutil-dev -y
pip install "coqui-tts[codec]"
wget https://data.keithito.com/data/speech/LJSpeech-1.1.tar.bz2
tar -xjf LJSpeech-1.1.tar.bz2
wget https://huggingface.co/LH-Tech-AI/Flare-TTS-28M/resolve/main/model.pth
wget https://huggingface.co/LH-Tech-AI/Flare-TTS-28M/resolve/main/config.json
# Start training
screen -S vocoder
PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True python3 train_vocoder.py |