ComfyUI Node
JHPixelProFaceDetect
A ComfyUI node in ComfyUI-JH-PixelPro/face with 4 inputs and 3 outputs.
JHPixelProFaceDetect
- image
- landmarks_json
- bbox_json
- face_count
◄modesingle_largest►
◄max_faces1►
◄confidence_threshold0.50►
CategoryComfyUI-JH-PixelPro/face
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| mode | COMBO | single_largest | single_largest (default, ~90% portrait use case) returns 1 face with the largest bbox area. multi_top_k returns up to max_faces ranked by bbox area. |
| max_faces | INT | 11–10 | Cap on detected faces. Ignored when mode = single_largest. Crowd scenes: bump to 5–10. |
| confidence_threshold | FLOAT | 0.500.1–0.95 | MediaPipe min_face_detection_confidence gate. Default 0.5 is balanced. WARNING: values > 0.85 may miss faces on typical portraits (sample_portrait ceiling tested ~0.85). Raise only for strict crowd-filtering scenarios. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| landmarks_json | STRING | — |
| bbox_json | STRING | — |
| face_count | INT | — |