#!/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 download-model-so_vits_svc make install_requirements conda=false