推荐使用管理器 ComfyUI Manager 安装(On the Way) 手动安装: cd custom_nodes git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM cd custom_nodes/ComfyUI-YoloWorld-EfficientSAM pip install -r requirements.txt 重启ComfyUI 模型下载:将 EfficientSAM 中的efficient_sam_s_cpu.jit...
本以为报错的是 ComfyUI-Impact-Pack,查了一晚上,没搞定,最后没办法了,在启动项里一个个排错,排到 ComfyUI-YoloWorld-EfficientSAM 时发现不兼容。大佬能不能解决一下。 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment ...
Unofficial implementation of YOLO-World + EfficientSAM for ComfyUI - V2.0 新增蒙版分离+提取功能 · ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM@c4ce624
File "C:\Users\moloc\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "C:\Users\moloc\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM\YOLO_WORLD_EfficientSAM.py", line 141, in yoloworld_esam_image...
Error occurred when executing ESAM_ModelLoader_Zho: open file failed because of errno 2 on fopen: No such file or directory, file path: E:\秋叶comfyui\ComfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-YoloWorld-EfficientSAM\efficient_sam_s...
一直卡在这个节点:Yoloworld_ModelLoader_Zho,不报错,也没法取消进程,只能关掉comfyui重启。Activity aqidesign commented on May 19, 2024 aqidesign on May 19, 2024 Author acesiare commented on May 20, 2024 acesiare on May 20, 2024 是模型文件失效了, 重新下载模型放到 /private/tmp/cache 里边对应...
I did two ways of installation, manual install and manager install: during manual install, I see this error but I chose to ignore it and I don't know if it is related to the problem. === ERROR: pip's dependency resolver does not currentl...
liushh39 l2x commentedon Jul 17, 2024 l2x RoxasChan commentedon Sep 22, 2024 RoxasChan Metadata Assignees No one assigned Labels No labels No labels Projects No projects Milestone No milestone Relationships None yet Development No branches or pull requests ...
Error occurred when executing Yoloworld_ESAM_Zho: 'WorldModel' object has no attribute 'clip_model' File "E:\new_ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute ...
为什么只能用示例工作流里的那几个单词呢??我输入其他单词就报错或者无法识别,连"girl""hand"这些常用的都不行Lcorinst commented Jun 1, 2024 末尾要加逗号,只有一个标签也要加,不然第一个会被忽略掉,虽然从代码是没有bug的,但是很奇怪,反正加了就能用...