mirror of
https://github.com/JarodMica/ai-voice-cloning.git
synced 2025-06-06 21:55:47 -04:00
15 lines
No EOL
400 B
Batchfile
15 lines
No EOL
400 B
Batchfile
git fetch --all
|
|
git reset --hard origin/master
|
|
call .\update.bat
|
|
|
|
python -m venv venv
|
|
call .\venv\Scripts\activate.bat
|
|
|
|
python -m pip install --upgrade pip
|
|
python -m pip install -U -r .\modules\tortoise-tts\requirements.txt
|
|
python -m pip install -U -e .\modules\tortoise-tts
|
|
python -m pip install -U -r .\modules\dlas\requirements.txt
|
|
python -m pip install -U -r .\requirements.txt
|
|
|
|
pause
|
|
deactivate |