Replies: 1 comment 2 replies
-
You need to install the insightface dependency. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What can I do to fix this? I'm new to this thing, would appreciate help.
antelopev2 folder is in the model folder.
Error message occurred while importing the 'ComfyUI-InstantID' module.
Traceback (most recent call last):
File "C:\Users\patry\OneDrive\Desktop\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2129, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\patry\OneDrive\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-InstantID_init.py", line 1, in
from .InstantIDNode import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\Users\patry\OneDrive\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-InstantID\InstantIDNode.py", line 14, in
from insightface.app import FaceAnalysis
ModuleNotFoundError: No module named 'insightface'
Beta Was this translation helpful? Give feedback.
All reactions