1)同时支持图像、视频检测 + 分割 2)支持 YOLO-World L/M/S 3种模型 3)支持输出分割蒙版 mask 4)支持检测框细节调整 高效检测 + 分割!实测下来效果和速度都非常好! 项目地址(已包含工作流):https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM...
YOLO-World 引入了 "先提示后检测 "的策略,利用离线词汇进一步提高效率。这种方法可以使用预先计算的自定义提示,包括标题或类别,并将其编码和存储为离线词汇嵌入,从而简化检测过程。EfficientSAM EfficientSAM模型的核心思想是利用掩码机制,通过对图像中的某些区域进行掩码,使得模型在训练过程中更加关注未被掩码的部分。
I then manually deleted the above installation and installed again via manager this time. I don't notice any error (such as the above mentioned incompatible protobuf error), but the exception thrown by "Convert mask to image" node persists and the detection of yolo-world still doesn't happen...
YOLO_WORLD_EfficientSAM.py YOLO_WORLD_SEGS.py __init__.py requirements.txt Breadcrumbs ComfyUI-YoloWorld-EfficientSAM / requirements.txt Latest commit ZHO-ZHO-ZHO V1.0 a42a59f· Feb 20, 2024 HistoryHistory File metadata and controls Code Blame 1 lines (1 loc) · 34 Bytes Raw inference...
YoloWorld_EfficientSAM_gradio_jupyter.ipynb test Feb 19, 2024 🐣 Please follow me for new updateshttps://twitter.com/camenduru 🔥 Please join our discord serverhttps://discord.gg/k5BwmmvJJU 🥳 Please join my patreon communityhttps://patreon.com/camenduru ...
ComfyUI YoloWorld-EfficientSAM Unofficial implementation of YOLO-World + EfficientSAM & YOLO-World for ComfyUI 项目介绍 | Info 对YOLO-World + EfficientSAM的非官方实现 利用全新的 YOLO-World 与EfficientSAM 实现高效的对象检测 + 分割 版本:V2.0 新增蒙版分离 + 提取功能,支持选择指定蒙版单独输出,同...
在安装或更新此自定义节点时,许多安装包可能会因安装要求而降级。 !! python3.12 is incompatible. !! python3.12不兼容。 superswxwbcommentedOct 27, 2024 本以为报错的是 ComfyUI-Impact-Pack,查了一晚上,没搞定,最后没办法了,在启动项里一个个排错,排到 ComfyUI-YoloWorld-EfficientSAM 时发现不兼容。大佬...
一直卡在这个节点:Yoloworld_ModelLoader_Zho,不报错,也没法取消进程,只能关掉comfyui重启。 Author aqidesigncommentedMay 19, 2024 acesiarecommentedMay 20, 2024 是模型文件失效了, 重新下载模型放到 /private/tmp/cache 里边对应的文件夹里,但是不知道为什么过一阵子就自动把模型给删除了 ...
你可以尝试卸载之后重新安装,我是这样解决的。 步骤: cd ComfyUI-YoloWorld-EfficientSAM pip uninstall inference-gpu pip install -r requirements.txt zhangbo123654commentedApr 1, 2024 遇到了同样的报错,卸载重新安装仍然不管用 quanzaiyucommentedApr 21, 2024 ...
Cannot import D:\ComfyUI_Full\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM module for custom nodes: No module named 'supervision' 'supervision' 模块,我使用pip list查看已经安装上了: supervision 0.19.0 文件目录: D:. │ .gitignore ...