ComfyUI Node
Atlas SAM3 Mask πͺ
A ComfyUI node in Atlas/04 Β· Masks with 7 inputs and 2 outputs.
Atlas SAM3 Mask πͺ
- image
- mask
- report
βconceptsskyβΊ
βconfidence_threshold0.50βΊ
βdeviceautoβΊ
βoutput_modemergedβΊ
βmax_instances0βΊ
βconcepts_extraββΊ
CategoryAtlas/04 Β· Masks
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | β | |
| concepts | STRING | sky | Comma-separated open-vocabulary concepts (e.g. 'sky', 'person, vehicle'). The mask is the UNION of all detected instances across every concept. |
| confidence_thresholdopt | FLOAT | 0.500β1 | β |
| deviceopt | COMBO | auto | 4 options: auto, cuda, mps, cpu |
| output_modeopt | COMBO | merged | merged = one union mask (the default, and what every sky/scope consumer wants). separate = an (N,H,W) stack, one instance per slice, ordered LARGEST FIRST β feed AtlasInstanceMask to pick one. |
| max_instancesopt | INT | 00β128 | separate mode only: keep at most N instances (largest first). 0 = unlimited. Ignored when merged. |
| concepts_extraopt | STRING | Additional comma-separated concepts, unioned with `concepts`. Wire a second sam_prompt output here. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| mask | MASK | β |
| report | STRING | β |