Nodes/atlas-camera/Atlas SAM3 Mask πŸͺ„
ComfyUI Node

Atlas SAM3 Mask πŸͺ„

A ComfyUI node in Atlas/04 Β· Masks with 7 inputs and 2 outputs.

By mikejamesvfxΒ·Created 2 months agoΒ·Updated about 23 hours agoΒ· 1
Atlas SAM3 Mask πŸͺ„
  • image
  • mask
  • report
β—„conceptsskyβ–Ί
β—„confidence_threshold0.50β–Ί
β—„deviceautoβ–Ί
β—„output_modemergedβ–Ί
β—„max_instances0β–Ί
β—„concepts_extraβ€”β–Ί
CategoryAtlas/04 Β· Masks

Inputs (7)

NameTypeDefaultDescription
imageIMAGEβ€”
conceptsSTRINGskyComma-separated open-vocabulary concepts (e.g. 'sky', 'person, vehicle'). The mask is the UNION of all detected instances across every concept.
confidence_thresholdoptFLOAT0.500–1β€”
deviceoptCOMBOauto4 options: auto, cuda, mps, cpu
output_modeoptCOMBOmergedmerged = 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_instancesoptINT00–128separate mode only: keep at most N instances (largest first). 0 = unlimited. Ignored when merged.
concepts_extraoptSTRINGAdditional comma-separated concepts, unioned with `concepts`. Wire a second sam_prompt output here.

Outputs (2)

NameTypeDescription
maskMASKβ€”
reportSTRINGβ€”