Update webui.bat

This commit is contained in:
DepFA 2022-09-26 11:52:44 +01:00 committed by AUTOMATIC1111
parent db4ab47f09
commit b8a8f749ef
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
if not defined PYTHON (set PYTHON=python)
if not defined VENV_DIR (set VENV_DIR=venv)
set ERROR_REPORTING=FALSE
mkdir tmp 2>NUL
%PYTHON% -c "" >tmp/stdout.txt 2>tmp/stderr.txt