Posts

Showing posts from December, 2024

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....

echomimic_v2 missing nodes import failed

 Cannot import C:\Users\simra\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic module for custom nodes: No module named 'skimage' Import times for custom nodes: 0.0 seconds: C:\Users\simra\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py resolved C:\Users\simra\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\echomimic_v2 in requirements.txt  added  scikit-image and then pip install -r .\requirements.txt then restart comfyui