update requirements and launcher

This commit is contained in:
Vladimir Mandic
2023-02-24 15:50:14 -05:00
parent 46c6b7352b
commit d7da553fe9
5 changed files with 9 additions and 2 deletions
+4
View File
@@ -84,6 +84,10 @@ if [ "$MODE" == install ]; then
echo "Local changes"
git status --untracked=no --ignore-submodules=all --short
echo "Starting WebUI to install internal requirements"
echo "Stop server once requirements are installed and start it normally"
exec "$PYTHON" launch.py --api
exit 0
fi
+2
View File
@@ -7,6 +7,7 @@ import shlex
import platform
import argparse
import json
import warnings
dir_repos = "repositories"
dir_extensions = "extensions"
@@ -16,6 +17,7 @@ index_url = os.environ.get('INDEX_URL', "")
stored_commit_hash = None
skip_install = False
warnings.filterwarnings("ignore", category=UserWarning)
def check_python_version():
is_windows = platform.system() == "Windows"
+1
View File
@@ -9,6 +9,7 @@ diffusers
easydev
einops
extcolors
facexlib
fastapi
filetype
font-roboto
+1 -1
Submodule wiki updated: b31929f57c...51915770ba