mirror of
https://github.com/openvinotoolkit/stable-diffusion-webui.git
synced 2024-12-14 06:28:12 +03:00
13 lines
396 B
Batchfile
13 lines
396 B
Batchfile
@echo off
|
|
|
|
|
|
start /wait cmd /k "%cd%\venv\Scripts\activate && pip install --pre torch==2.1.0.dev20230713+cpu torchvision==0.16.0.dev20230713+cpu -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html && exit"
|
|
|
|
echo torch 2.1.0 dev installation completed.
|
|
|
|
powershell -executionpolicy bypass .\torch-install.ps1
|
|
|
|
|
|
echo eval_frame.py modification completed. press any key to exit
|
|
pause
|