10 lines
463 B
Batchfile
10 lines
463 B
Batchfile
|
@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
|
||
|
pip3.exe install --no-warn-script-location -U diffusers==0.4.1 transformers
|
||
|
pip3.exe install --no-warn-script-location min-dalle
|
||
|
pause
|