-
While executing a ComfyUI workflow i get the following error for the The quick fix is to append the dir path to Version details Here's the entire error: Error occurred when executing DepthAnythingPreprocessor:
No module named 'controlnet_aux.depth_anything'
File "/mnt/vol1/ComfyUI/execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/mnt/vol1/ComfyUI/execution.py", line 82, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "/mnt/vol1/ComfyUI/execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "/mnt/vol1/ComfyUI/custom_nodes/comfyui_controlnet_aux/node_wrappers/depth_anything.py", line 17, in execute
from controlnet_aux.depth_anything import DepthAnythingDetector |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Closing this discussion as i have also registered an issue regarding the same. #413 The quick fix is to append the dir path to PYTHONPATH, in my case /mnt/vol1/ComfyUI/custom_nodes/comfyui_controlnet_aux/src/ |
Beta Was this translation helpful? Give feedback.
Closing this discussion as i have also registered an issue regarding the same. #413
The quick fix is to append the dir path to PYTHONPATH, in my case /mnt/vol1/ComfyUI/custom_nodes/comfyui_controlnet_aux/src/