This project is a ComfyUI version of
https://github.com/continue-revolution/sd-webui-segment-anything
. At present, only the most core functionalities have been implemented. I would like to express my gratitude to continue-revolution for their preceding work on which this is based.
I have ensured consistency with sd-webui-segment-anything
in terms of output when given the same input.
Models
The models will be automatically downloaded when used. You can also manually download them according to the table below. If the automatic download is slow, you can set the HTTP_PROXY
and HTTPS_PROXY
environment variables to use a proxy.
GroundingDino
Please directly download the models and configuration files to the models/grounding-dino
directory under the ComfyUI root directory, without modifying the file names.
SAM
Please directly download the model files to the models/sams
directory under the ComfyUI root directory, without modifying the file names.
Contribution
Thank you for considering to help out with the source code! Welcome contributions from anyone on the internet, and are grateful for even the smallest of fixes!
If you’d like to contribute to this project, please fork, fix, commit