Metadata-Version: 2.1
Name: comfyui-tbg-sam3
Version: 0.0.1
Summary: A ComfyUI custom-node extension that integrates Meta's Segment Anything Model 3 (SAM-3) for advanced image segmentation. It supports unified point and box selection, text-prompt segmentation, point-guided masks, and mask-driven refinement. Features include an Instant Instance Selection toggle, compatibility with tile-based upscalers such as TBG-ETUR, and full support for Impact Pack SEGS formats.
The extension provides both combined and separated mask outputs, offers production-ready ComfyUI nodes, includes optional depth-map generation, and is fully compatible with Python 3.13+ on both CUDA and CPU environments.
Home-page: https://github.com/Ltamann/ComfyUI-TBG-SAM3
Requires-Python: >=3.10
Requires-Dist: huggingface_hub>=0.34.0,<1.0
Requires-Dist: opencv-python-headless
Requires-Dist: timm
Requires-Dist: decord>=0.6.0
Requires-Dist: av>=9.0.0
Requires-Dist: hydra-core>=1.3.0
Requires-Dist: omegaconf>=2.3.0
Requires-Dist: einops>=0.6.0
Requires-Dist: pycocotools>=2.0.6
Requires-Dist: shapely>=1.8.0
Requires-Dist: ftfy>=6.1.1
Requires-Dist: regex
Requires-Dist: iopath>=0.1.10
Requires-Dist: typing_extensions
Requires-Dist: numpy
Requires-Dist: tqdm>=4.65.0
Requires-Dist: transformers>=4.40.0,<5.0.0
