ZHO-ZHO-ZHO / ComfyUI-YoloWorld-EfficientSAM

Unofficial implementation of YOLO-World + EfficientSAM for ComfyUI
GNU General Public License v3.0
625 stars 58 forks source link

Error occurred when executing Yoloworld_ESAM_Zho: cannot import name 'packaging' from 'pkg_resources' #79

Open hong2610 opened 4 months ago

hong2610 commented 4 months ago

think you. 屏幕截图 2024-07-18 141006

neozbr commented 4 months ago

I've got exactly same error too...

huangkun1985 commented 4 months ago

`requirements: Ultralytics requirement ['git+https://github.com/ultralytics/CLIP.git'] not found, attempting AutoUpdate... Running command git clone --filter=blob:none --quiet https://github.com/ultralytics/CLIP.git 'D:\Temp\pip-req-build-q4n_pb7x'

[notice] A new release of pip is available: 24.0 -> 24.1.2 [notice] To update, run: python.exe -m pip install --upgrade pip requirements: AutoUpdate success ✅ 35.8s, installed 1 package: ['git+https://github.com/ultralytics/CLIP.git'] requirements: ⚠️ Restart runtime or rerun command for updates to take effect

!!! Exception during processing!!! cannot import name 'packaging' from 'pkg_resources' (D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pkg_resources__init.py) Traceback (most recent call last): File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ultralytics\nn\tasks.py", line 570, in set_classes import clip File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\clip__init__.py", line 1, in from .clip import * File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\clip\clip.py", line 6, in from pkg_resources import packaging ImportError: cannot import name 'packaging' from 'pkg_resources' (D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pkg_resources\init__.py)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 152, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 82, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 75, in map_node_over_list results.append(getattr(obj, func)(*slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM\YOLO_WORLD_EfficientSAM.py", line 139, in yoloworld_esam_image YOLO_WORLD_MODEL.set_classes(categories) File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\inference\models\yolo_world\yolo_world.py", line 133, in set_classes self.model.set_classes(text) File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ultralytics\models\yolo\model.py", line 97, in set_classes self.model.set_classes(classes) File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ultralytics\nn\tasks.py", line 573, in set_classes import clip File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\clip__init__.py", line 1, in from .clip import File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\clip\clip.py", line 6, in from pkg_resources import packaging ImportError: cannot import name 'packaging' from 'pkg_resources' (D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pkg_resources__init__.py)

Prompt executed in 36.68 seconds`

huangkun1985 commented 4 months ago

think you. 屏幕截图 2024-07-18 141006

same here.

WeiYang1982 commented 3 months ago

the same to me