ComfyUI Node
Face Landmarks (MediaPipe 468)
A ComfyUI node in ComfyUI-JH-PixelPro/face with 5 inputs and 2 outputs.
Face Landmarks (MediaPipe 468)
- image
- landmarks
- overlay
◄max_num_faces1►
◄min_detection_confidence0.50►
◄refine_landmarkstrue►
◄draw_overlaytrue►
CategoryComfyUI-JH-PixelPro/face
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| max_num_faces | INT | 11–10 | Max faces per image. Missing faces are padded with NaN. |
| min_detection_confidence | FLOAT | 0.500–1 | MediaPipe min_face_detection_confidence threshold. |
| refine_landmarks | BOOLEAN | true | Kept for API compatibility; dense 468-point output is always used. |
| draw_overlay | BOOLEAN | true | Draw the detected landmarks as green dots on an overlay image. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| landmarks | LANDMARKS | — |
| overlay | IMAGE | — |