-
Notifications
You must be signed in to change notification settings - Fork 13
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
FaceBBoxDetectorLoader(FaceParsing) #6
Comments
Installing the Impact-Pack extension solved the problem |
with new commit now make dir will be excuted before downloading the file. hope this fix the problem. |
ssm82 May the most beautiful women in the world adore your balls. 😁👍❤️ |
Impact-Pack extension didnt solved the problem for me |
It's Renamed BBox not FaceBBox. Look in node list. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting server
To see the GUI go to: http://127.0.0.1:8188
FETCH DATA from: D:\NTest\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json
[ERROR] An error occurred while retrieving information for the 'FaceBBoxDetectorLoader(FaceParsing)' node.
Traceback (most recent call last):
File "D:\NTest\ComfyUI\ComfyUI\server.py", line 414, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "D:\NTest\ComfyUI\ComfyUI\server.py", line 392, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "D:\NTest\ComfyUI\ComfyUI\custom_nodes\comfyui_face_parsing\face_parsing_nodes.py", line 24, in INPUT_TYPES
files = folder_paths.get_filename_list("ultralytics_bbox")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\NTest\ComfyUI\ComfyUI\folder_paths.py", line 220, in get_filename_list
out = get_filename_list_(folder_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\NTest\ComfyUI\ComfyUI\folder_paths.py", line 187, in get_filename_list_
folders = folder_names_and_paths[folder_name]
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'ultralytics_bbox'
The text was updated successfully, but these errors were encountered: