GraftingRayman / ComfyUI_GraftingRayman

A bunch of image manipulation nodes
https://github.com/GraftingRayman/ComfyUI_GraftingRayman
GNU General Public License v3.0
51 stars 2 forks source link

An error was reported after the update #11

Closed laitianwen closed 2 weeks ago

laitianwen commented 2 weeks ago

Traceback (most recent call last): File "E:\sd\comfyui\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2018, in load_custom_node module_spec.loader.exec_module(module) File "", line 994, in exec_module File "", line 488, in _call_with_frames_removed File "E:\sd\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_GraftingRayman__init__.py", line 12, in from .Nodes.GRPanOrZoom import GRPanOrZoom File "E:\sd\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_GraftingRayman\Nodes\GRPanOrZoom.py", line 6, in from custom_controlnet_aux.depth_anything_v2.dpt import DepthAnythingV2 ModuleNotFoundError: No module named 'custom_controlnet_aux'

Cannot import E:\sd\comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_GraftingRayman module for custom nodes: No module named 'custom_controlnet_aux'

GraftingRayman commented 2 weeks ago

I was initially using controlnet for depth, this has been removed

laitianwen commented 2 weeks ago

It seems to be working, thank you