From 955f644ce14f98ed7dd3bd331e57070112ff68ff Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Sat, 10 Sep 2022 11:10:00 +0300 Subject: split settings into three columns added a different workaround for gradio mask bug with info in UI switched to newer gradio version --- webui.bat | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'webui.bat') diff --git a/webui.bat b/webui.bat index 3ece4dff..1b973448 100644 --- a/webui.bat +++ b/webui.bat @@ -89,12 +89,9 @@ goto :show_stdout_stderr if %ERRORLEVEL% == 0 goto :make_dirs echo Installing requirements... %PYTHON% -m pip install -r %REQS_FILE% --prefer-binary >tmp/stdout.txt 2>tmp/stderr.txt -if %ERRORLEVEL% == 0 goto :update_numpy +if %ERRORLEVEL% == 0 goto :make_dirs goto :show_stdout_stderr -:update_numpy -%PYTHON% -m pip install -U numpy --prefer-binary >tmp/stdout.txt 2>tmp/stderr.txt - :make_dirs mkdir repositories 2>NUL -- cgit v1.2.3