MinDalle_StableDiff/get_dependencies.bat

9 lines
773 B
Batchfile
Raw Normal View History

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 "ipywidgets>=7,<8"
2022-09-17 13:44:01 +03:00
.\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 -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