#288 · Primary category: Computer Vision
comfyui_segment_anything
Based on GroundingDino and SAM, use semantic strings to segment any element in an image. The comfyui version of sd-webui-segment-anything.
Project last updated:07/12/24
GitHub Stars
1.1K
Forks
110
Contributors
7
License
Apache-2.0
Why we included this project
Anyone building image editing or generation pipelines in ComfyUI can cut objects out of a photo using nothing more than a text description. The node combines GroundingDINO, which locates the described object in the frame, and SAM, which produces a tight mask around it, then exposes the mask as a workflow step that feeds the rest of the graph. It is a direct port of sd-webui-segment-anything, and output matches that extension, so people switching between the two ecosystems get consistent results. Several SAM variants are supported, including the lightweight MobileSAM, which keeps masks fast on modest hardware. For teams that would rather drive selection with words than draw masks by hand inside a node-based toolchain, this is a clean drop-in.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)