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:
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"
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.whlInstall latest pip version: "python_embeded\python.exe -m pip install -U pip"
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
Post a Comment