Nodes Browser

ComfyDeploy: How comfyui-SegGPT works in ComfyUI?

What is 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.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for comfyui-SegGPT and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

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>