From a5316bbf63dab18ec621d54aad0c9173c6bb5701 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Fri, 9 Sep 2022 23:45:44 +0300 Subject: add missing reqs from PR add missing check to autoinstall that will install fonts for existing users remove unusaed line from another PR --- webui.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webui.bat') diff --git a/webui.bat b/webui.bat index a7ed9c80..3ece4dff 100644 --- a/webui.bat +++ b/webui.bat @@ -85,7 +85,7 @@ if %ERRORLEVEL% == 0 goto :install_reqs goto :show_stdout_stderr :install_reqs -%PYTHON% -c "import omegaconf" >tmp/stdout.txt 2>tmp/stderr.txt +%PYTHON% -c "import omegaconf; import fonts" >tmp/stdout.txt 2>tmp/stderr.txt 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 -- cgit v1.2.3