## Overview

This node loads a MediaPipe Face Landmarker v2 model, which can detect faces and facial landmarks (like eyes, nose, and mouth) in images. It contains two detection variants (short-range and full-range) along with shared mesh data, blendshapes, and canonical geometry for facial analysis.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `model_name` | Face detection model from models/detection/. | STRING | Yes | List of available models in the `models/detection/` directory |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `FACE_DETECTION_MODEL` | A loaded FaceLandmarker model object containing both detection variants (short/full), connection sets for facial topology, canonical data, and model patchers for GPU management. | FACE_DETECTION_MODEL |

**Note:** The output is a complex object that can be used by other nodes for face detection and landmark extraction tasks. It contains two detection variants: "short" for close-range detection and "full" for full-range detection.

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/LoadMediaPipeFaceLandmarker/en.md)

---
**Source fingerprint (SHA-256):** `b30bf4d04aa06a227f3661c0e1346d3dab3ea1e25d6627fce5b6480198203c26`
