Skip to content

Not Loading in the current ComfyUI #9

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

Open
Piscabo opened this issue Jul 4, 2024 · 2 comments
Open

Not Loading in the current ComfyUI #9

Piscabo opened this issue Jul 4, 2024 · 2 comments

Comments

@Piscabo
Copy link

Piscabo commented Jul 4, 2024

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)

image

@KewkLW
Copy link

KewkLW commented Jul 7, 2024

Change from "pkg_resources import packaging" to "import packaging" in longclip.py

@Piscabo
Copy link
Author

Piscabo commented Jul 15, 2024

Change from "pkg_resources import packaging" to "import packaging" in longclip.py

Can someone just commit this change, every time I update I have to do this manually. Or is this repo no longer maintained?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants