Extensions/ComfyUI-SegmentAnything3
ComfyUI Extension

ComfyUI-SegmentAnything3

ComfyUI SAM3 node based on transformers / 基于 transformers 框架的 SAM3分割节点

By lihaoyun6·Created 9 months ago·Updated 7 months ago· 21
lihaoyun6/ComfyUI-SegmentAnything3
Nodes4
On cloudLocal install
CategorySAM3
Stars21
Updated7 months ago
Readme

ComfyUI-SegmentAnything3

Run the Segment Anything Model 3 in a easy way in ComfyUI
[📃中文版]

Preview

Installation

Install the node:

cd ComfyUI/custom_nodes
git clone https://github.com/lihaoyun6/ComfyUI-SegmentAnything3.git
python -m pip install -r ComfyUI-SegmentAnything3/requirements.txt

Download models:

  • The required model will be automatically downloaded to ComfyUI/models/sams/[model_id] folder.

Notes

Please ensure that your transformers version >= 5.0.0dev after installing the dependencies.
Otherwise, you may need to uninstall transformers and reinstall the dependencies.

Credits