ComfyUI Node
Cam Shot Toolkit: Load SAM3 Person Detector
A ComfyUI node in CamShotToolkit with 8 inputs and 1 output.
Cam Shot Toolkit: Load SAM3 Person Detector
- person_detector
◄implementationtransformers_sam3►
◄repo_modeauto►
◄promptperson►
◄fallback_repo_idjetjodh/sam3►
◄bbox_padding1.20►
◄mask_threshold0.50►
◄official_repo_idfacebook/sam3►
◄checkpoint_filenamesam3.pt►
CategoryCamShotToolkit
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| implementation | COMBO | transformers_sam3 | Use Transformers SAM3 by default. native_sam3 requires Meta's sam3 package to be installed separately. |
| repo_mode | COMBO | auto | auto tries the official gated repo first, then an ungated mirror if access is unavailable. |
| prompt | STRING | person | Text concept prompt used by SAM3. |
| fallback_repo_id | STRING | jetjodh/sam3 | Ungated fallback mirror used when facebook/sam3 is gated or inaccessible. |
| bbox_padding | FLOAT | 1.201–2 | Scale detected boxes around their center before SAM3D Body crops them. |
| mask_threshold | FLOAT | 0.500–1 | Mask threshold used by Transformers SAM3 post-processing. |
| official_repo_idopt | STRING | facebook/sam3 | Official SAM3 repo. Uses your Hugging Face login/cache or HF_TOKEN if required. |
| checkpoint_filenameopt | STRING | sam3.pt | Checkpoint file used only by native_sam3. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| person_detector | SAM3D_PERSON_DETECTOR | — |