ComfyUI-Anyline icon indicating copy to clipboard operation
ComfyUI-Anyline copied to clipboard

ComfyUI/Comfyui_Anyline Import Failed No module named 'custom_nodes.comfyui_controlnet_aux.src.controlnet_aux'

Open Mann-robot opened this issue 6 months ago • 7 comments

On Mac M2 silicon run ComfyUI

Traceback (most recent call last): File "/Users/local/ComfyUI/nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/Users/local/ComfyUI/custom_nodes/ComfyUI-Anyline/init.py", line 1, in from .anyline import AnyLine File "/Users/local/ComfyUI/custom_nodes/ComfyUI-Anyline/anyline.py", line 9, in from custom_nodes.comfyui_controlnet_aux.src.controlnet_aux.teed import TEDDetector ModuleNotFoundError: No module named 'custom_nodes.comfyui_controlnet_aux.src.controlnet_aux'

Cannot import /Users/local/ComfyUI/custom_nodes/ComfyUI-Anyline module for custom nodes: No module named 'custom_nodes.comfyui_controlnet_aux.src.controlnet_aux'

How to fix it?

Mann-robot avatar Aug 17 '24 12:08 Mann-robot