was-node-suite-comfyui这个节点安装的时候,有它内部的config配置文件,里面其实给了一些下载地址,配置文件里是这么写的:
"sam_model_vith_url": "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth",
"sam_model_vitl_url": "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_l_0b3195.pth",
"sam_model_vitb_url": "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_b_01ec64.pth",
实际上这些模型,hugging face上也有,例如:https://huggingface.co/spaces/abhishek/StableSAM/tree/main
但是如果网络不方便访问,国内直接找镜像,在hf-mirror.com网站上面,是无法访问space空间下载,所以上面的这种hg空间里的模型就无法直接下载了,找别的下载源就好。
魔搭社区里面正好有,可以很方便下载,地址如下:
https://modelscope.cn/models/yatengLG/ISAT_with_segment_anything_checkpoints/files
模型下载好以后,统一放在comfyui/models/sam下面。