ComfyUI Node
SAMURAI Box Input
# SAMURAI Box Input Node This node allows you to select a region of interest (box) in the first frame of a video sequence. ## Inputs: - **image**: Input video frames sequence (required) - **start_frame**: Starting frame number for processing (default: 0) - **refresh_input**: Trigger to refresh box selection (default: 0) ## Outputs: - **BOX**: Selected bounding box coordinates - **START_FRAME**: Frame number to start processing from ## Usage: 1. Connect video input 2. Set starting frame number 3. Draw a box around the object you want to track 4. Box coordinates will be passed to SAMURAI Refine node
SAMURAI Box Input
- image
- BOX
- START_FRAME
◄start_frame0►
◄refresh_input0►
CategorySAMURAI
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| start_frame | INT | 0 | — |
| refresh_input | INT | 0 | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| BOX | BOX | — |
| START_FRAME | START_FRAME | — |