diff --git a/custom-node-list.json b/custom-node-list.json index 46d5134..7e1cbf1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2144,6 +2144,16 @@ "install_type": "git-clone", "description": "Nodes: tri3d-extract-hand, tri3d-fuzzification, tri3d-position-hands, tri3d-atr-parse." }, + { + "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." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", @@ -2405,16 +2415,6 @@ ], "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." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index d8b21f9..fae75a8 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3325,6 +3325,17 @@ "title_aux": "ComfyUI roop" } ], + "https://github.com/storyicon/comfyui_segment_anything": [ + [ + "GroundingDinoModelLoader (segment anything)", + "GroundingDinoSAMSegment (segment anything)", + "InvertMask (segment anything)", + "SAMModelLoader (segment anything)" + ], + { + "title_aux": "segment anything" + } + ], "https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": [ [ "AesthetlcScoreSorter", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index a665cd6..9fda615 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "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." + }, { "author": "catscandrive", "title": "Image loader with subfolders", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index d8b21f9..fae75a8 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3325,6 +3325,17 @@ "title_aux": "ComfyUI roop" } ], + "https://github.com/storyicon/comfyui_segment_anything": [ + [ + "GroundingDinoModelLoader (segment anything)", + "GroundingDinoSAMSegment (segment anything)", + "InvertMask (segment anything)", + "SAMModelLoader (segment anything)" + ], + { + "title_aux": "segment anything" + } + ], "https://github.com/strimmlarn/ComfyUI_Strimmlarns_aesthetic_score": [ [ "AesthetlcScoreSorter",