ComfyUI Node
π― SAM3 Segment (Low VRAM)
A ComfyUI node in ArchAi3d/Mask/Segmentation with 13 inputs and 3 outputs.
π― SAM3 Segment (Low VRAM)
- image
- IMAGE
- MASK
- MASK_IMAGE
βnamesam3_segmentβΊ
βpromptβΊ
βconfidence_threshold0.50βΊ
βsegment_pick0βΊ
βuse_cachetrueβΊ
βmask_blur0βΊ
βmask_offset0βΊ
βinvert_outputfalseβΊ
βbackgroundAlphaβΊ
βbackground_color#222222βΊ
βdeviceAutoβΊ
βcompile_modelfalseβΊ
CategoryArchAi3d/Mask/Segmentation
Inputs (13)
| Name | Type | Default | Description |
|---|---|---|---|
| name | STRING | sam3_segment | Identifier name for this input (used by web interface) |
| image | IMAGE | β | |
| prompt | STRING | β | |
| confidence_threshold | FLOAT | 0.500.05β0.95 | Confidence threshold for segmentation |
| segment_pick | INT | 00β128 | 0 = merge all segments, 1+ = pick specific segment by confidence rank |
| use_cache | BOOLEAN | true | Use disk cache to avoid reprocessing identical inputs |
| mask_bluropt | INT | 00β64 | β |
| mask_offsetopt | INT | 0-64β64 | β |
| invert_outputopt | BOOLEAN | false | β |
| backgroundopt | COMBO | Alpha | 2 options: Alpha, Color |
| background_coloropt | STRING | #222222 | β |
| deviceopt | COMBO | Auto | 3 options: Auto, CPU, GPU |
| compile_modelopt | BOOLEAN | false | torch.compile for faster inference. First run compiles (~60s), cached per GPU arch for instant reuse |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | β |
| MASK | MASK | β |
| MASK_IMAGE | IMAGE | β |