mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-07 06:02:53 +08:00
Merge pull request #129 from Cikmo/master
Fix not being able to have spaces directory
This commit is contained in:
commit
02fecac1c7
@ -35,7 +35,7 @@ echo Unable to create venv in directory %VENV_DIR%
|
|||||||
goto :show_stdout_stderr
|
goto :show_stdout_stderr
|
||||||
|
|
||||||
:activate_venv
|
:activate_venv
|
||||||
set PYTHON=%~dp0%VENV_DIR%\Scripts\Python.exe
|
set PYTHON="%~dp0%VENV_DIR%\Scripts\Python.exe"
|
||||||
%PYTHON% --version
|
%PYTHON% --version
|
||||||
echo venv %PYTHON%
|
echo venv %PYTHON%
|
||||||
goto :install_torch
|
goto :install_torch
|
||||||
|
Loading…
Reference in New Issue
Block a user