diff options
author | Robin Fernandes <robin@soal.org> | 2022-09-08 15:59:42 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 15:59:42 +1000 |
commit | 21a375e6b2a1738b6e9b58ca40e92487809e6654 (patch) | |
tree | 2fa1251b9dbe014e8c83c6c8a066864e4f5d3fde /webui.bat | |
parent | bc12eddb408c3503717b234e1a8bb635049f4a91 (diff) | |
parent | 0959fa2d027e7a093adb3cfab9be2343ec7348e2 (diff) |
Merge branch 'master' into img2img2-color-correction
Diffstat (limited to 'webui.bat')
-rw-r--r-- | webui.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|