xtts-finetune-webui / install.bat
drewThomasson's picture
Upload 10 files
c39db41 verified
raw
history blame contribute delete
220 Bytes
@echo off
python -m venv venv
call venv/scripts/activate
pip install -r .\requirements.txt
pip install torch==2.1.1+cu118 torchaudio==2.1.1+cu118 --index-url https://download.pytorch.org/whl/cu118
python xtts_demo.py