deepinsight / deepinsight/insightface

Insightface in google colab SD comfyUI.

Open
#2,606 0 comments 0 reactions 0 assignees View on GitHub
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'`
![197ca9186b1ec940900f](https://github.com/deepinsight/insightface/assets/58018326/ea1f6e5b-711e-4ef2-b45d-19c65787a479)
![197ca9186b1ec940900f](https://github.com/deepinsight/insightface/assets/58018326/df57fa53-a5db-46c6-9b57-6d36b398794e)

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.