aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-09-08 04:48:21 +0000
committerGitHub <noreply@github.com>2022-09-08 04:48:21 +0000
commit02fecac1c7c3ee5451b7c67ce62c138be63c5cf2 (patch)
tree7d99f27c181cb4a339a1e37475ff18ab0bdc7fa0
parent296d012423f8d1862a63680443bb88b7d904ba4e (diff)
parentd03e9502b1815e2262eff09e0a0f6b21e18e8609 (diff)
downloadstable-diffusion-webui-gfx803-02fecac1c7c3ee5451b7c67ce62c138be63c5cf2.tar.gz
stable-diffusion-webui-gfx803-02fecac1c7c3ee5451b7c67ce62c138be63c5cf2.tar.bz2
stable-diffusion-webui-gfx803-02fecac1c7c3ee5451b7c67ce62c138be63c5cf2.zip
Merge pull request #129 from Cikmo/master
Fix not being able to have spaces directory
-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