ReActorRestoreFace or insightface missing

unsintall insightface by pip uninstall insightface rather than deleting folder


python_embeded\python.exe -m pip install insightface-0.7.3-cp311-cp311-win_amd64.whl


 I was banging my head with this a lot as I'm not too experienced with all system level stuff, but finally found clear instructions with ComfyUI Windows Portable, that instantly worked and got Insightface installed, so I decided to share them here. Basically it's the same that has been shared in form or another already but this is more like ELI5 form:

  1. From the ComfyUI root folder (where you have "webui-user.bat" file) check the version of Python aka run CMD and type "python_embeded\python.exe -V"

  2. Depending on Python version (3.10 or 3.11) download prebuilt Insightface package to ComfyUI root folder:
    Python 3.10: https://github.com/Gourieff/Assets/raw/main/Insightface/insightface-0.7.3-cp310-cp310-win_amd64.whl
    Python 3.11: https://github.com/Gourieff/Assets/raw/main/Insightface/insightface-0.7.3-cp311-cp311-win_amd64.whl

  3. Install latest pip version: "python_embeded\python.exe -m pip install -U pip"

  4. Install Insightface:
    Python 3.10: "python_embeded\python.exe -m pip install insightface-0.7.3-cp310-cp310-win_amd64.whl"
    Python 3.11: "python_embeded\python.exe -m pip install insightface-0.7.3-cp311-cp311-win_amd64.whl"




Comments

Popular posts from this blog

cpanel exam CPSP Answers

How to install zimbra collaboration suite 8.8.11 on CentOS 7

awstats installation