SuTTS / run.sh
SuCicada's picture
run.sh
49bc30e
raw history blame
No virus
314 Bytes
#!/bin/bash
if [ -d "SuTTS" ]; then
echo "SuTTS already exists"
cd SuTTS
git pull --recurse-submodules
git submodule update --recursive
git submodule sync
else
git clone https://github.com/SuCicada/SuTTS.git --recurse-submodules
cd SuTTS
fi
make install_requirements
make download-model-so_vits_svc