You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently have this issue, don't know what is causing it?
ComfyUI: 2324537f35
Manager: V2.44.1
Traceback (most recent call last):
File "H:\ComfyUI\nodes.py", line 1906, 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 "H:\ComfyUI\custom_nodes\ComfyUI-Long-CLIP_init.py", line 1, in
from . import long_clip as long_clip
File "H:\ComfyUI\custom_nodes\ComfyUI-Long-CLIP\long_clip.py", line 1, in
from .long_clip_model import longclip
File "H:\ComfyUI\custom_nodes\ComfyUI-Long-CLIP\long_clip_model\longclip.py", line 6, in
from pkg_resources import packaging
ImportError: cannot import name 'packaging' from 'pkg_resources' (C:\comfyVENV\Lib\site-packages\pkg_resources_init_.py)
The text was updated successfully, but these errors were encountered:
I currently have this issue, don't know what is causing it?
ComfyUI: 2324537f35
Manager: V2.44.1
Traceback (most recent call last):
File "H:\ComfyUI\nodes.py", line 1906, 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 "H:\ComfyUI\custom_nodes\ComfyUI-Long-CLIP_init.py", line 1, in
from . import long_clip as long_clip
File "H:\ComfyUI\custom_nodes\ComfyUI-Long-CLIP\long_clip.py", line 1, in
from .long_clip_model import longclip
File "H:\ComfyUI\custom_nodes\ComfyUI-Long-CLIP\long_clip_model\longclip.py", line 6, in
from pkg_resources import packaging
ImportError: cannot import name 'packaging' from 'pkg_resources' (C:\comfyVENV\Lib\site-packages\pkg_resources_init_.py)
The text was updated successfully, but these errors were encountered: