ZHO-ZHO-ZHO / ComfyUI-YoloWorld-EfficientSAM

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

求助 T_T,找不到supervision导致Improt失败 #18

Closed K-O-N-B closed 8 months ago

K-O-N-B commented 8 months ago

Traceback (most recent call last): File "H:\ComfyUI-qiuye\ComfyUI\nodes.py", line 1888, 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-qiuye\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM__init__.py", line 1, in from . import YOLO_WORLD_EfficientSAM File "H:\ComfyUI-qiuye\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM\YOLO_WORLD_EfficientSAM.py", line 6, in import supervision as sv ModuleNotFoundError: No module named 'supervision'

Cannot import H:\ComfyUI-qiuye\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM module for custom nodes: No module named 'supervision'

小白如何解决这个问题,求回答

lordwedggie commented 8 months ago

Same problem here

pospisk commented 8 months ago

@K-O-N-B & @lordwedggie

pip install supervision

K-O-N-B commented 8 months ago

@K-O-N-B & @lordwedggie

pip install supervision

thank you