ComfyUI Node
BD MP Load Face Data
Reload MediaPipe face mask data saved by BD MP Save Face Data. Outputs all 18 region masks + head_mask + masked_skin + image. Wire context_id and leave file_path empty for auto-locate, or type the .mpface.npz path directly. No MediaPipe needed.
BD MP Load Face Data
- face_oval
- skin
- left_eye
- right_eye
- eyes
- left_brow
- right_brow
- brows
- left_iris
- right_iris
- irises
- lips
- nose
- left_ear
- right_ear
- ears
- forehead
- hair
- head_mask
- masked_skin
- image
- status
◄file_path►
◄context_id►
◄frame_index0►
Category🧠BrainDead/Segmentation
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| file_path | STRING | Path to .mpface.npz (or .mpface.json). Leave empty to auto-locate via context_id. | |
| context_idopt | STRING | BD_SaveContext context_id. When file_path is empty, resolves the path automatically from the context template. Also accepts auto-pick when only one context is registered. | |
| frame_indexopt | INT | 00–63 | Which saved frame to load (always 0 for single-frame saves). |
Outputs (22)
| Name | Type | Description |
|---|---|---|
| face_oval | MASK | — |
| skin | MASK | — |
| left_eye | MASK | — |
| right_eye | MASK | — |
| eyes | MASK | — |
| left_brow | MASK | — |
| right_brow | MASK | — |
| brows | MASK | — |
| left_iris | MASK | — |
| right_iris | MASK | — |
| irises | MASK | — |
| lips | MASK | — |
| nose | MASK | — |
| left_ear | MASK | — |
| right_ear | MASK | — |
| ears | MASK | — |
| forehead | MASK | — |
| hair | MASK | — |
| head_mask | MASK | — |
| masked_skin | MASK | — |
| image | IMAGE | — |
| status | STRING | — |