ComfyUI Node
Cam Shot Toolkit: Process Image
A ComfyUI node in CamShotToolkit/processing with 7 inputs and 3 outputs.
Cam Shot Toolkit: Process Image
- model
- image
- mask
- person_detector
- mesh_data
- skeleton
- debug_image
◄bbox_threshold0.80►
◄inference_typefull►
◄person_index-1►
CategoryCamShotToolkit/processing
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| model | SAM3D_MODEL | Loaded SAM 3D Body model from Load node | |
| image | IMAGE | Input image containing human subject | |
| bbox_threshold | FLOAT | 0.800–1 | Confidence threshold for human detection bounding boxes |
| inference_type | COMBO | full | full: body+hand decoders, body: body decoder only, hand: hand decoder only |
| person_index | INT | -1-1–100 | -1 selects all detected people. 0..N selects one detected person by index. |
| maskopt | MASK | Optional segmentation mask to guide reconstruction | |
| person_detectoropt | SAM3D_PERSON_DETECTOR | Optional SAM3 person detector for multi-person images |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| mesh_data | SAM3D_OUTPUT | — |
| skeleton | SKELETON | — |
| debug_image | IMAGE | — |