Closed ruSauron closed 1 year ago
Another small issue.
install.bat didnt installed torch but it can be my issue so i've used following command after venv\scripts\activate.bat:
pip3 install torch==1.13.1+cu117 torchvision>=0.13.1+cu117 torchaudio>=0.13.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117 --no-cache-dir
Added the description about PyTorch version and in the Requirements section. PyTorch>=1.10.0 is from requirements of onnx-pytorch (TorchDeepDanbooru is generated with it).
Plus, added command line option to force install pytorch, --force-install-torch {cu117, cu118, cpu}
.
To fix modify last line from
call ".\scripts\launch.bat %COMMANDLINE_ARGS%"
tocall ".\scripts\launch.bat" %COMMANDLINE_ARGS%
I tried to make it into a commit 3f0bf56345589889a1c1b973715eabdccd873700