comfyui-SegGPT

comfyui-SegGPT
★ 6

实例分割Mask PromptSegGPT模型集成
在ComfyUI中集成SegGPT分割模型,通过Mask Prompt对图像进行通用实例分割,便捷高效地生成分割掩码。
💡 在ComfyUI流程中快速生成通用分割掩码用于后续编辑或合成。
🍴 3 Forks💻 Python🔄 2024-08-26
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e98a62d17551
📦 requirements.txt
fvcore==0.1.5.post20221221
fairscale==0.4.13
timm==0.6.7
📄 README

Installation

to your custom_nodes path

git clone  https://github.com/nicehero/comfyui-SegGPT

cd comfyui-SegGPT

wget https://huggingface.co/BAAI/SegGPT/resolve/main/seggpt_vit_large.pth #download this url model in it

pip install -r requirements.txt

Usage