From d972ee0380c9bbc909475cfdf01e6158547f7bb1 Mon Sep 17 00:00:00 2001 From: storyicon Date: Sat, 7 Oct 2023 07:31:43 +0000 Subject: [PATCH] feat: add comfyui_segment_anything custom node Signed-off-by: storyicon --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 846d718..46d5134 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2405,6 +2405,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "storyicon", + "title": "segment anything", + "reference": "https://github.com/storyicon/comfyui_segment_anything", + "files": [ + "https://github.com/storyicon/comfyui_segment_anything" + ], + "install_type": "git-clone", + "description": "Based on GroundingDino and SAM, use semantic strings to segment any element in an image. The comfyui version of sd-webui-segment-anything." } ] }