Merge pull request #129 from storyicon/main

feat: add comfyui_segment_anything custom node
This commit is contained in:
Dr.Lt.Data 2023-10-07 17:10:55 +09:00 committed by GitHub
commit 8c10ab8844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."
}
]
}