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

"IMPORT FAILED" #3

Closed DrZooDinghy closed 6 months ago

DrZooDinghy commented 6 months ago

I have a loading issue. When I open comfyui I get the following error:

Traceback (most recent call last): File "J:\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1864, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "J:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_GraftingRayman__init__.py", line 1, in from .nodes import GRPromptSelector, GRImageResize, GRMaskResize, GRMaskCreate, GRMultiMaskCreate, GRImageSize, GRTileImage, GRPromptSelectorMulti, GRTileFlipImage, GRMaskCreateRandom, GRStackImage File "J:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_GraftingRayman\nodes.py", line 9, in import httplib2 ModuleNotFoundError: No module named 'httplib2'

Cannot import J:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_GraftingRayman module for custom nodes: No module named 'httplib2'

I have installed httplib2 again but it didn't change anyting. (pip3 install httplib2 --upgrade)

Thanks!

GraftingRayman commented 6 months ago

Hi DrZooDinghy

That should not even be there right now, been testing another node which needs it, but not on these

Updated the code to reflect

git pull in the custom_nodes/GraftingRayman folder and should be good