Extensions/comfyui-SegGPT
ComfyUI Extension

comfyui-SegGPT

SegGPT model for comfyui,segmentation everything with mask prompt. Download (https://huggingface.co/BAAI/SegGPT/blob/main/seggpt_vit_large.pth) in this node path.

By nicehero·Created 2 years ago·Updated 2 years ago· 6
nicehero/comfyui-SegGPT
Nodes1
On cloudLocal install
CategorySegGPT
Stars6
Updated2 years ago
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

<div align="center"> <img src="https://raw.githubusercontent.com/nicehero/comfyui-SegGPT/main/workflow.png"/> </div>