You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "D:\ComfyUI_windows_portable_nvidia\ComfyUI\nodes.py", line 2112, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in call_with_frames_removed
File "D:\ComfyUI_windows_portable_nvidia\ComfyUI\custom_nodes\comfyui_face_parsing_init.py", line 29, in
import pkg_resources
File "D:\ComfyUI_windows_portable_nvidia\python_embeded\Lib\site-packages\pkg_resources_init_.py", line 2192
register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^
IndentationError: expected an indented block after 'if' statement on line 2191
Cannot import D:\ComfyUI_windows_portable_nvidia\ComfyUI\custom_nodes\comfyui_face_parsing module for custom nodes: expected an indented block after 'if' statement on line 2191 (init.py, line 2192)
I have download requirment folder from hugging face and reinstall the opencv. still not able to import node, please help thank you
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "D:\ComfyUI_windows_portable_nvidia\ComfyUI\nodes.py", line 2112, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in call_with_frames_removed
File "D:\ComfyUI_windows_portable_nvidia\ComfyUI\custom_nodes\comfyui_face_parsing_init.py", line 29, in
import pkg_resources
File "D:\ComfyUI_windows_portable_nvidia\python_embeded\Lib\site-packages\pkg_resources_init_.py", line 2192
register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^
IndentationError: expected an indented block after 'if' statement on line 2191
Cannot import D:\ComfyUI_windows_portable_nvidia\ComfyUI\custom_nodes\comfyui_face_parsing module for custom nodes: expected an indented block after 'if' statement on line 2191 (init.py, line 2192)
I have download requirment folder from hugging face and reinstall the opencv. still not able to import node, please help thank you
The text was updated successfully, but these errors were encountered: