error on Macbook #2662
Replies: 1 comment
-
See #2442 on how to install insightface. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got the following error, it seems have the issue about 'insightface':
return cached_func(*args, **kwargs)
File "/Users/lizhu/stable-diffusion-webui/extensions/sd-webui-controlnet/scripts/utils.py", line 64, in cached_func
return func(*args, **kwargs)
File "/Users/lizhu/stable-diffusion-webui/extensions/sd-webui-controlnet/scripts/global_state.py", line 37, in unified_preprocessor
return preprocessor_modules[preprocessor_name](*args, **kwargs)
File "/Users/lizhu/stable-diffusion-webui/extensions/sd-webui-controlnet/scripts/processor.py", line 830, in face_id_plus
face_embed, _ = g_insight_face_model.run_model(img)
File "/Users/lizhu/stable-diffusion-webui/extensions/sd-webui-controlnet/scripts/processor.py", line 749, in run_model
self.load_model()
File "/Users/lizhu/stable-diffusion-webui/extensions/sd-webui-controlnet/scripts/processor.py", line 739, in load_model
from insightface.app import FaceAnalysis
ModuleNotFoundError: No module named 'insightface'
Beta Was this translation helpful? Give feedback.
All reactions