mirror of
https://git.ecker.tech/mrq/ai-voice-cloning
synced 2025-06-07 11:55:42 -04:00
17 lines
No EOL
504 B
Batchfile
Executable file
17 lines
No EOL
504 B
Batchfile
Executable file
git submodule init
|
|
git submodule update --remote
|
|
|
|
python -m venv venv
|
|
call .\venv\Scripts\activate.bat
|
|
python -m pip install --upgrade pip
|
|
python -m pip install torch torchvision torchaudio torch-directml
|
|
python -m pip install -r .\modules\tortoise-tts\requirements.txt
|
|
python -m pip install -e .\modules\tortoise-tts\
|
|
python -m pip install -r .\modules\dlas\requirements.txt
|
|
python -m pip install -e .\modules\dlas\
|
|
python -m pip install -r .\requirements.txt
|
|
|
|
del *.sh
|
|
|
|
pause
|
|
deactivate |