ComfyUI Node
YOLOE-26 Prompt Segment
Segment objects matching a comma-separated text prompt and return an annotated preview image plus a merged binary mask at the original image resolution.
YOLOE-26 Prompt Segment
- model
- image
- annotated_image
- mask
- detection_count
◄promptperson►
◄conf0.10►
◄iou0.70►
◄max_det300►
◄mask_threshold0.50►
◄imgsz640►
◄show_boxestrue►
◄show_labelstrue►
◄show_conftrue►
◄show_maskstrue►
CategoryYOLOE26
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| model | YOLOE_MODEL | — | |
| image | IMAGE | — | |
| prompt | STRING | person | Text prompt for open-vocabulary segmentation. Separate multiple classes with commas, e.g. 'person, car, dog'. |
| confopt | FLOAT | 0.100–1 | Detection confidence threshold. |
| iouopt | FLOAT | 0.700–1 | IoU threshold used by Ultralytics inference. |
| max_detopt | INT | 3001–1000 | Maximum number of detections returned per image. |
| mask_thresholdopt | FLOAT | 0.500–1 | Threshold used to binarize instance masks. Recent Ultralytics releases already return binary masks, in which case values below 1.0 have no additional effect and exactly 1.0 empties every mask. |
| imgszopt | INT | 64064–2048 | Inference image size. |
| show_boxesopt | BOOLEAN | true | — |
| show_labelsopt | BOOLEAN | true | — |
| show_confopt | BOOLEAN | true | — |
| show_masksopt | BOOLEAN | true | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| annotated_image | IMAGE | — |
| mask | MASK | — |
| detection_count | INT | — |