deepinsight / deepinsight/insightface
Insightface in google colab SD comfyUI.
- Dominant language
- Python
- Stars
- 29.7k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
hey everybody! I encountered the error 'no module named 'insightface.app''. I have tried everything possible from reinstalling to downloading the .whl file, but nothing worked. Can anyone help me? (I'm run it on google colab note book).
`Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1906, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 879, in exec_module
File "", line 1016, in get_code
File "", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/content/drive/MyDrive/ComfyUI/custom_nodes/insightface/__init__.py'
Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/insightface module for custom nodes: [Errno 2] No such file or directory: '/content/drive/MyDrive/ComfyUI/custom_nodes/insightface/__init__.py'`


Contributor guide
No contributing guide indexed for this repository
Research direction
Start at ComfyUI/nodes.py line 1906 and inspect the custom_nodes/insightface path shown in the traceback while reproducing the issue in the Google Colab notebook. Done means the insightface custom node loads without the missing __init__.py FileNotFoundError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100