forked from mrq/ai-voice-cloning
brain fried
This commit is contained in:
parent
0b364b590e
commit
d250e0ec17
|
@ -10,8 +10,8 @@ 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 -U -r einops==0.6.0
|
||||
python -m pip install -U -r librosa==0.8.1
|
||||
python -m pip install -U einops==0.6.0
|
||||
python -m pip install -U librosa==0.8.1
|
||||
|
||||
xcopy .\modules\dlas\bitsandbytes_windows\* .\venv\Lib\site-packages\bitsandbytes\. /Y
|
||||
xcopy .\modules\dlas\bitsandbytes_windows\cuda_setup\* .\venv\Lib\site-packages\bitsandbytes\cuda_setup\. /Y
|
||||
|
|
|
@ -14,8 +14,8 @@ python3 -m pip install -r ./modules/tortoise-tts/requirements.txt # install TorT
|
|||
python3 -m pip install -e ./modules/tortoise-tts/ # install TorToiSe
|
||||
python3 -m pip install -r ./modules/dlas/requirements.txt # instal DLAS requirements, last, because whisperx will break a dependency here
|
||||
|
||||
python3 -m pip install -U -r einops==0.6.0
|
||||
python3 -m pip install -U -r librosa==0.8.1
|
||||
python3 -m pip install -U einops==0.6.0
|
||||
python3 -m pip install -U librosa==0.8.1
|
||||
|
||||
rm *.bat
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ 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 -U -r einops==0.6.0
|
||||
python -m pip install -U -r librosa==0.8.1
|
||||
python -m pip install -U einops==0.6.0
|
||||
python -m pip install -U librosa==0.8.1
|
||||
|
||||
del *.sh
|
||||
|
||||
|
|
|
@ -14,8 +14,8 @@ python3 -m pip install -r ./modules/tortoise-tts/requirements.txt # install TorT
|
|||
python3 -m pip install -e ./modules/tortoise-tts/ # install TorToiSe
|
||||
python3 -m pip install -r ./modules/dlas/requirements.txt # instal DLAS requirements
|
||||
|
||||
python -m pip install -U -r einops==0.6.0
|
||||
python -m pip install -U -r librosa==0.8.1
|
||||
python -m pip install -U einops==0.6.0
|
||||
python -m pip install -U librosa==0.8.1
|
||||
|
||||
rm *.bat
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ python -m pip install -U -r .\requirements.txt
|
|||
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 einops==0.6.0
|
||||
python -m pip install -U -r librosa==0.8.1
|
||||
python -m pip install -U einops==0.6.0
|
||||
python -m pip install -U librosa==0.8.1
|
||||
|
||||
pause
|
||||
deactivate
|
|
@ -13,7 +13,7 @@ python3 -m pip install -r ./requirements.txt
|
|||
python3 -m pip install -r ./modules/tortoise-tts/requirements.txt
|
||||
python3 -m pip install -e ./modules/tortoise-tts
|
||||
python3 -m pip install -r ./modules/dlas/requirements.txt
|
||||
python3 -m pip install -U -r einops==0.6.0
|
||||
python3 -m pip install -U -r librosa==0.8.1
|
||||
python3 -m pip install -U einops==0.6.0
|
||||
python3 -m pip install -U librosa==0.8.1
|
||||
|
||||
deactivate
|
Loading…
Reference in New Issue
Block a user