Skip to content

No module named 'custom_mesh_graphormer' #31

@Maikhool

Description

@Maikhool

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

image

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions