From 693f4c2f236aea78179b391f3fc1bef5075ff001 Mon Sep 17 00:00:00 2001 From: Jonas Stare Date: Fri, 8 Dec 2023 13:02:05 +0100 Subject: [PATCH] Remove old insightface requirements --- launch.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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":