2022-10-09 16:27:10 +03:00
|
|
|
@echo off
|
|
|
|
pip3.exe cache purge
|
|
|
|
|
|
|
|
pip3.exe install --no-warn-script-location pillow "packaging>=20.0" scipy ftfy
|
|
|
|
pip3.exe install --no-warn-script-location piexif
|
|
|
|
pip3.exe install --no-warn-script-location "ipywidgets>=7,<8"
|
|
|
|
pip3.exe install --no-warn-script-location torch --extra-index-url https://download.pytorch.org/whl/cu116
|
2022-10-28 20:24:02 +03:00
|
|
|
pip3.exe install --no-warn-script-location -U diffusers==0.6.0 transformers
|
2022-10-09 16:27:10 +03:00
|
|
|
pip3.exe install --no-warn-script-location min-dalle
|
|
|
|
pause
|