diff --git a/launch.py b/launch.py index 68e79588c..e5e2707c5 100644 --- a/launch.py +++ b/launch.py @@ -79,9 +79,9 @@ def prepare_environment(): live=True, ) - if REINSTALL_ALL or not is_installed("insightface"): - if platform.system() == "Windows": - run_pip(f"install {insightface_package}", "insightace", live=True) + #if REINSTALL_ALL or not is_installed("insightface"): + # if platform.system() == "Windows": + # run_pip(f"install {insightface_package}", "insightace", live=True) if REINSTALL_ALL or not is_installed("xformers"): if platform.system() == "Windows":