MinDalle_StableDiff/get_dependencies.bat

12 lines
748 B
Batchfile

@echo off
set PYPATH=".\Python310"
%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe cache purge
%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe install --no-warn-script-location pillow "packaging>=20.0" scipy ftfy
%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe install --no-warn-script-location piexif
%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe install --no-warn-script-location "ipywidgets>=7,<8"
%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe install --no-warn-script-location torch --extra-index-url https://download.pytorch.org/whl/cu116
%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe install --no-warn-script-location -U diffusers==0.4.1 transformers
%PYPATH%\python.exe %PYPATH%\Scripts\pip3.exe install --no-warn-script-location min-dalle
pause