ComfyUI Node
Face Area Batch Splitter
A ComfyUI node in Mickmumpitz/ConsistentCharacterCreator with 7 inputs and 5 outputs.
Face Area Batch Splitter
- images
- bbox_detector
- images_to_detail
- images_passthrough
- detail_indices
- total_count
- face_masks
◄area_threshold0.50►
◄confidence0.50►
◄no_face_actionpassthrough►
◄model_pathface_yolov8m.pt►
◄max_faces0►
CategoryMickmumpitz/ConsistentCharacterCreator
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | — | |
| area_threshold | FLOAT | 0.500–1 | Route to detail branch when the largest face fills LESS than this fraction of the image area (0.5 = 50%). |
| confidence | FLOAT | 0.500–1 | — |
| no_face_action | COMBO | passthrough | 2 options: passthrough, detail |
| bbox_detectoropt | BBOX_DETECTOR | Connect an UltralyticsDetectorProvider node here (recommended). That node requires the ComfyUI Impact Subpack to be installed. With it connected, this node does not load the model itself. If left empty, it falls back to the 'model_path' below (needs ultralytics). | |
| model_pathopt | STRING | face_yolov8m.pt | — |
| max_facesopt | INT | 00–100 | Keep only the N largest faces per image (largest first) for the mask. 0 = all faces. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| images_to_detail | IMAGE | — |
| images_passthrough | IMAGE | — |
| detail_indices | STRING | — |
| total_count | INT | — |
| face_masks | MASK | — |