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

ModuleNotFoundError: No module named 'controlnet_aux.tile' #104

Open
metahades18892 opened this issue May 18, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'controlnet_aux.tile' #104

metahades18892 opened this issue May 18, 2024 · 1 comment

Comments

@metahades18892
Copy link

Starting server

To see the GUI go to: http://127.0.0.1:8188
FETCH DATA from: C:\Users\kevin\Desktop\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE]
got prompt
!!! Exception during processing!!! No module named 'controlnet_aux.color'
Traceback (most recent call last):
File "C:\Users\kevin\Desktop\ComfyUI\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\kevin\Desktop\ComfyUI\ComfyUI\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\kevin\Desktop\ComfyUI\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\kevin\Desktop\ComfyUI\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\color.py", line 15, in execute
from controlnet_aux.color import ColorDetector
ModuleNotFoundError: No module named 'controlnet_aux.color'

Prompt executed in 0.11 seconds
FETCH DATA from: C:\Users\kevin\Desktop\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager.cache\1514988643_custom-node-list.json [DONE]
FETCH DATA from: C:\Users\kevin\Desktop\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager.cache\746607195_github-stats.json [DONE]
FETCH DATA from: C:\Users\kevin\Desktop\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager.cache\1742899825_extension-node-map.json [DONE]
FETCH DATA from: C:\Users\kevin\Desktop\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager.cache\1742899825_extension-node-map.json [DONE]

@metahades18892 metahades18892 changed the title ModuleNotFoundError: No module named 'controlnet_aux.color' ModuleNotFoundError: No module named 'controlnet_aux.tile' May 26, 2024
@aravindhv10
Copy link

I think you need to checkout this code:
https://github.com/Fannovel16/comfyui_controlnet_aux
and raise the issue there if you are not able to fix it.

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

2 participants