Fannovel16 / comfyui_controlnet_aux

ComfyUI's ControlNet Auxiliary Preprocessors
Apache License 2.0
2.03k stars 200 forks source link

Error occurred when executing MeshGraphormer-DepthMapPreprocessor #313

Open maumel opened 4 months ago

maumel commented 4 months ago

Error occurred when executing MeshGraphormer-DepthMapPreprocessor:

No module named 'mediapipe'

File "/Users/ml/Downloads/ComfyUI/ComfyUI/execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/m/Downloads/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 "/Users/m/Downloads/ComfyUI/ComfyUI/execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/m/Downloads/ComfyUI/ComfyUI/custom_nodes/comfyui_controlnet_aux/node_wrappers/mesh_graphormer.py", line 63, in execute from controlnet_aux.mesh_graphormer import MeshGraphormerDetector File "/Users/m/Downloads/ComfyUI/ComfyUI/custom_nodes/comfyui_controlnet_aux/src/controlnet_aux/mesh_graphormer/init.py", line 5, in from controlnet_aux.mesh_graphormer.pipeline import MeshGraphormerMediapipe, args File "/Users/m/Downloads/ComfyUI/ComfyUI/custom_nodes/comfyui_controlnet_aux/src/controlnet_aux/mesh_graphormer/pipeline.py", line 23, in import mediapipe as mp

I already installed mediapipe Successfully, still have this issue MAC M1 python 3.11.9 mediapipe 0.9.1.0

renzray777 commented 4 months ago

same issue but it said

No module named 'yacs'

i have alreade checked and the yacs ver 0.1.8

any solution for this anyone?

XeoOuYang commented 4 months ago

any update until now