-
Notifications
You must be signed in to change notification settings - Fork 56
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
No module named 'custom_mesh_graphormer' #31
Comments
Hi! Did you find a soluion to your error? |
I encounter this error too, plz help😢😢 |
i have same trouble... pls help.. |
Any light at end? support works in this app? |
我也是 有人解决了吗 |
how to solve this issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I've been having this problem trying to run a few different workflows featuring the hand refiner or meshgraphormer hand refiner.
I'm stuck with this problem which doesn't give much of a real indication on what it's looking for. I don't see a reference to a custom mesh graphormer or a folder being made for this anywhere so i'm not even sure why it's calling for this in the first place. Wondering whether this is a problem with my installation or if it's isntalled in the wrong place or something because this seems to be bugging out for me entirely. there isn't an input for a custom mesh graphormer and i've been able to add details in for the hand refiner fine.
Any help would be great.
thanks
from comfyui
Error occurred when executing DetailerForEachDebugPipe:
No module named 'custom_mesh_graphormer'
File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "F:\ComfyUI_windows_portable\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 "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 1450, in doit
DetailerForEach.do_detail(image, segs, model, clip, vae, guide_size, guide_size_for, max_size, seed, steps, cfg,
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_pack.py", line 249, in do_detail
enhanced_image, cnet_pils = core.enhance_detail(cropped_image, model, clip, vae, guide_size, guide_size_for_bbox, max_size,
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\core.py", line 237, in enhance_detail
positive, negative, cnet_pils = control_net_wrapper.apply(positive, negative, upscaled_image, noise_mask)
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\core.py", line 1578, in apply
positive, negative, prev_cnet_images = self.prev_control_net.apply(positive, negative, image, mask, use_acn=use_acn)
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\core.py", line 1583, in apply
cnet_image = self.preprocessor.apply(image, mask)
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack\inspire\segs_support.py", line 147, in apply
return obj.execute(image, resolution=resolution)[0]
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\mesh_graphormer.py", line 63, in execute
from controlnet_aux.mesh_graphormer import MeshGraphormerDetector
File "F:\ComfyUI_windows_portable\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 "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\controlnet_aux\mesh_graphormer\pipeline.py", line 8, in
from custom_mesh_graphormer.modeling.bert import BertConfig, Graphormer
from the terminal
return obj.execute(image, resolution=resolution)[0]
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\mesh_graphormer.py", line 63, in execute
from controlnet_aux.mesh_graphormer import MeshGraphormerDetector
File "F:\ComfyUI_windows_portable\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 "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\controlnet_aux\mesh_graphormer\pipeline.py", line 8, in
from custom_mesh_graphormer.modeling.bert import BertConfig, Graphormer
ModuleNotFoundError: No module named 'custom_mesh_graphormer'
The text was updated successfully, but these errors were encountered: