@echo off

git clone https://github.com/152334H/tortoise-tts-fast
cd tortoise-tts-fast
python -m venv venv

call .\venv\Scripts\activate.bat

pip3 install torch==2.0.1 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118

python -m pip install -e .
pip3 install git+https://github.com/152334H/BigVGAN.git
pip install transformers==4.29.2
pip install voicefixer==0.1.2

echo if you see any errors during install please message me from patreon or discord

pause
