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
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
comfyui-SegGPT
and select it - 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