Add settings file

Signed-off-by: Daniel Grenner <daniel.grenner@ingka.ikea.com>
This commit is contained in:
Daniel Grenner
2022-09-08 11:18:50 +02:00
parent a196c45f15
commit e817a28b8e
3 changed files with 8 additions and 3 deletions

View File

@@ -5,6 +5,10 @@ set GIT=git
set COMMANDLINE_ARGS=
set VENV_DIR=venv
if exist webui.settings.bat (
call webui.settings.bat
)
mkdir tmp 2>NUL
set TORCH_COMMAND=pip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113