aboutsummaryrefslogtreecommitdiff
path: root/webui.bat
diff options
context:
space:
mode:
authorRobin Fernandes <robin@soal.org>2022-09-08 15:59:42 +1000
committerGitHub <noreply@github.com>2022-09-08 15:59:42 +1000
commit21a375e6b2a1738b6e9b58ca40e92487809e6654 (patch)
tree2fa1251b9dbe014e8c83c6c8a066864e4f5d3fde /webui.bat
parentbc12eddb408c3503717b234e1a8bb635049f4a91 (diff)
parent0959fa2d027e7a093adb3cfab9be2343ec7348e2 (diff)
Merge branch 'master' into img2img2-color-correction
Diffstat (limited to 'webui.bat')
-rw-r--r--webui.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.bat b/webui.bat
index 055a19b0..0de2ab88 100644
--- a/webui.bat
+++ b/webui.bat
@@ -35,7 +35,7 @@ echo Unable to create venv in directory %VENV_DIR%
goto :show_stdout_stderr
:activate_venv
-set PYTHON=%~dp0%VENV_DIR%\Scripts\Python.exe
+set PYTHON="%~dp0%VENV_DIR%\Scripts\Python.exe"
%PYTHON% --version
echo venv %PYTHON%
goto :install_torch