2023-02-19 21:41:51 +00:00
|
|
|
git submodule init
|
2023-02-23 07:05:39 +00:00
|
|
|
git submodule update --remote
|
2023-02-19 21:41:51 +00:00
|
|
|
|
2023-02-17 00:08:27 +00:00
|
|
|
python -m venv venv
|
|
|
|
call .\venv\Scripts\activate.bat
|
|
|
|
python -m pip install --upgrade pip
|
2023-03-02 01:35:12 +00:00
|
|
|
python -m pip install torch torchvision torchaudio torch-directml
|
2023-02-19 21:41:51 +00:00
|
|
|
python -m pip install -r .\dlas\requirements.txt
|
|
|
|
python -m pip install -r .\tortoise-tts\requirements.txt
|
|
|
|
python -m pip install -e .\tortoise-tts\
|
2023-03-02 01:35:12 +00:00
|
|
|
python -m pip install -r .\requirements.txt
|
|
|
|
|
|
|
|
pause
|
|
|
|
deactivate
|