Skip to content

Load Face Analyzer Node

AI/ML/ONNX/Face

Load a face_id analyzer (SCRFD detector + ArcFace embedder + gender/age). Weights are verified and cached when a session identity is first built; equivalent analyzers reuse process-wide sessions.

face_id_load_analyzeronnx
Inputs11
Outputs2
Security exposureUnrated
Packageonnx

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

11

Input

Execution
exec_in

Initiate Execution

Cache Dir

Struct
cache_dir

FlowPath used when this analyzer identity needs to build its ONNX sessions. If it is already resident, an alternate cache directory is not populated.

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Detector URL

String
detector_url

Immutable SCRFD detector weights URL

Default https://huggingface.co/RuteNL/SCRFD-face-detection-ONNX/resolve/3d9a1b3bc9f8a50635817929118fb9184f5bc30b/34g_gnkps.onnx

Detector SHA-256

String
detector_sha256

Required SHA-256 checksum for the detector weights

Default aa19f0e7f4d120d4cf990086639ab74a0136adceaebd232e0dc4745e0cfd4257

Embedder URL

String
embedder_url

Immutable ArcFace recognition weights URL

Default https://huggingface.co/public-data/insightface/resolve/33c1063c49c785b7652d3fd529f86fa4f149392b/models/buffalo_l/w600k_r50.onnx

Embedder SHA-256

String
embedder_sha256

Required SHA-256 checksum for the recognition weights

Default 4c06341c33c2ca1f86781dab0e829f88ad5b64be9fba56e56bc9ebdefc619e43

Gender/Age URL

String
gender_age_url

Immutable gender & age estimation weights URL

Default https://huggingface.co/public-data/insightface/resolve/33c1063c49c785b7652d3fd529f86fa4f149392b/models/buffalo_l/genderage.onnx

Gender/Age SHA-256

String
gender_age_sha256

Required SHA-256 checksum for the gender & age weights

Default 4fde69b1c810857b88c64a335084f1c3fe8f01246c9a191b48c7bb756d6652fb

Detector Input Size

Integer
input_size

Square detector input size

Default 640
Range 32 to 640Step 32

Score Threshold

Float
score_threshold

Detector confidence threshold

Default 0.5
Range 0.25 to 1Step 0.01

IoU Threshold

Float
iou_threshold

Detector non-maximum-suppression IoU threshold

Default 0.4
Range 0 to 0.75Step 0.01

Output Pins

2

Output

Execution
exec_out

Done with the Execution

Analyzer

Struct
analyzer

Cached face analyzer handle

NodeFaceAnalyzerNodeFaceAnalyzer3 fields
analyzer_refstringrequired

Cache ID for the analyzer

score_thresholdnumber:float

Per-call detector confidence threshold (sessions are shared across threshold variants)

format floatdefault 0.5
iou_thresholdnumber:float

Per-call detector NMS threshold (sessions are shared across threshold variants)

format floatdefault 0.4000000059604645
Schema enforced

Node Info

Internal name
face_id_load_analyzer
Category
AI/ML/ONNX/Face
Version
2