2022-09-17 13:44:01 +03:00
|
|
|
@echo off
|
|
|
|
.\Python39\python.exe .\Python39\Scripts\pip3.exe cache purge
|
|
|
|
|
|
|
|
.\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location pygments scipy pandas notebook wheel
|
|
|
|
.\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location piexif
|
|
|
|
.\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location -qq "ipywidgets>=7,<8"
|
|
|
|
.\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
|
|
|
|
.\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location -qq -U diffusers==0.3.0 transformers ftfy
|
2022-09-17 15:14:39 +03:00
|
|
|
.\Python39\python.exe .\Python39\Scripts\pip3.exe install --no-warn-script-location min-dalle
|