Skip to content

Commit

Permalink
Merge pull request #89 from runew0lf/development
Browse files Browse the repository at this point in the history
Remove old insightface requirements
  • Loading branch information
yownas authored Dec 8, 2023
2 parents f91ecf7 + 693f4c2 commit 65d116f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 65d116f

Please sign in to comment.