Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Node Types FaceBBoxDetect(FaceParsing), FaceBBoxDetectorLoader(FaceParsing) #26

Open
safouene-jebali opened this issue Jan 9, 2025 · 6 comments

Comments

@safouene-jebali
Copy link

I installed correctly the package but it has missing nodes
image

@prabinpebam
Copy link

I've the same issue

@Ryuukeisyou
Copy link
Owner

sorry for late reply. can you check the console. sometimes if downloading of models fail during install, this situation might happen. you can try mannually download and copy the models as stated in readme.

@prabinpebam
Copy link

It's not a downloading issue.
This is the issue I get in the console.

[ERROR] An error occurred while retrieving information for the 'BBoxDetectorLoader(FaceParsing)' node. Traceback (most recent call last): File "D:\AI\ComfyUI\ComfyUI\server.py", line 573, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "D:\AI\ComfyUI\ComfyUI\server.py", line 540, in node_info info['input'] = obj_class.INPUT_TYPES() ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\AI\ComfyUI\ComfyUI\custom_nodes\comfyui_face_parsing\face_parsing_nodes.py", line 33, in INPUT_TYPES bboxs = cls.GetModelList() ^^^^^^^^^^^^^^^^^^ File "D:\AI\ComfyUI\ComfyUI\custom_nodes\comfyui_face_parsing\face_parsing_nodes.py", line 24, in GetModelList files = folder_paths.get_filename_list("ultralytics_bbox") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\AI\ComfyUI\ComfyUI\folder_paths.py", line 334, in get_filename_list out = get_filename_list_(folder_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\AI\ComfyUI\ComfyUI\folder_paths.py", line 295, in get_filename_list_ folders = folder_names_and_paths[folder_name] ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ KeyError: 'ultralytics_bbox'

@S0LTIS
Copy link

S0LTIS commented Feb 3, 2025

They are both Listed as
BBoxDetectorLoader(FaceParsing)
BBoxDetect(FaceParsing)

NOT

FaceBBoxDetectorLoader(FaceParsing)
FaceBBoxDetect(FaceParsing)

Image

@S0LTIS
Copy link

S0LTIS commented Feb 3, 2025

To creator, please update your guide with the proper workflow since you renamed those two nodes(or because they are listed differently in comfyui)

Image

@Ryuukeisyou
Copy link
Owner

To creator, please update your guide with the proper workflow since you renamed those two nodes(or because they are listed differently in comfyui)

Image

thank u for the notice! i'll update it soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants