ZHO-ZHO-ZHO / ComfyUI-YoloWorld-EfficientSAM

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

没有efficient_sam_s_gpu.jit 文件 #64

Open GonDesign opened 2 months ago

GonDesign commented 2 months ago

Error occurred when executing ESAM_ModelLoader_Zho:

The provided filename D:\Comfyui\custom_nodes\ComfyUI-YoloWorld-EfficientSAM\efficient_sam_s_gpu.jit does not exist

HiProAI commented 2 months ago

I'm getting the same error as many others with this exact problem. Any solution? Looks like a file is missing from your install

HiProAI commented 2 months ago

The file is missing. It drove me crazy. I searched the internet and found this on his hugging face profile https://huggingface.co/spaces/SkalskiP/YOLO-World/tree/main I download the files https://huggingface.co/spaces/SkalskiP/YOLO-World/resolve/main/efficient_sam_s_cpu.jit?download=true https://huggingface.co/spaces/SkalskiP/YOLO-World/resolve/main/efficient_sam_s_gpu.jit?download=true From the Repository and then placed them into the folder \ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM Now it works! I hope this helps someone else.

zhangjiahai commented 2 months ago

The file is missing. It drove me crazy. I searched the internet and found this on his hugging face profile文件丢失。这让我发疯了。我在互联网上搜索了一下,在他拥抱的脸部资料上找到了这个 https://huggingface.co/spaces/SkalskiP/YOLO-World/tree/main I download the files我下载文件 https://huggingface.co/spaces/SkalskiP/YOLO-World/resolve/main/efficient_sam_s_cpu.jit?download=true https://huggingface.co/spaces/SkalskiP/YOLO-World/resolve/main/efficient_sam_s_gpu.jit?download=true From the Repository and then placed them into the folder从存储库中,然后将它们放入文件夹中 \ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM Now it works! 现在它起作用了! I hope this helps someone else.我希望这对其他人有所帮助。

thank you!Now it works!