ComfyUI Extension: comfyui-SegGPT

Authored by nicehero

Created

Updated

4 stars

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.

Custom Nodes (0)

    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>