mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Update webui.bat
This commit is contained in:
parent
db4ab47f09
commit
b8a8f749ef
@ -3,6 +3,8 @@
|
|||||||
if not defined PYTHON (set PYTHON=python)
|
if not defined PYTHON (set PYTHON=python)
|
||||||
if not defined VENV_DIR (set VENV_DIR=venv)
|
if not defined VENV_DIR (set VENV_DIR=venv)
|
||||||
|
|
||||||
|
set ERROR_REPORTING=FALSE
|
||||||
|
|
||||||
mkdir tmp 2>NUL
|
mkdir tmp 2>NUL
|
||||||
|
|
||||||
%PYTHON% -c "" >tmp/stdout.txt 2>tmp/stderr.txt
|
%PYTHON% -c "" >tmp/stdout.txt 2>tmp/stderr.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user