Nodes/ComfyUI-BrainDead/BD Face Landmarks
ComfyUI Node

BD Face Landmarks

MediaPipe FaceLandmarker (Tasks API) on a batch of head photos. Outputs: - LANDMARKS_BATCH consumed by BD_FlameFit. Each view carries 478 2D+3D landmarks, a 4x4 head-pose transform, and a coarse view-hint (front / left / right / rear). - Debug overlay image with landmarks + view label per view. Failed detections (rear / extreme profile) stay in the batch with detected=False so view ordering is preserved. Model bundle (~3.6MB) is searched in ComfyUI model directories under mediapipe/face_landmarker.task; auto-downloaded on first use.

By BizaNator·Created 7 months ago·Updated 16 days ago· 14
BD Face Landmarks
  • images
  • landmarks_batch
  • overlay
  • status
min_detection_confidence0.40
min_presence_confidence0.40
model_path
Category🧠BrainDead/FaceWrap

Inputs (4)

NameTypeDefaultDescription
imagesIMAGEBatch of head photos. For the 4-view face-wrap stack front/left/right/rear in that order.
min_detection_confidenceFLOAT0.400–1Lower = more profile views accepted. 0.4 is a decent profile floor.
min_presence_confidenceFLOAT0.400–1MediaPipe landmark-presence threshold.
model_pathoptSTRINGOverride path to face_landmarker.task. Empty = search ComfyUI model dirs for mediapipe/face_landmarker.task (auto-download if missing).

Outputs (3)

NameTypeDescription
landmarks_batchBD_LANDMARKS_BATCH
overlayIMAGE
statusSTRING