FaceDetect
namifusion/facedetect
A face detection model used to detect facial information contained in input elements.
Examples
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| frame_urls *Frame URLs | image_upload_group | — | List of frame image URLs to analyze |
| timestampsTimestamps | array | — | Each input image corresponds to a specific frame number in the source video, which in turn corresponds to a specific frame_url. |
| expand_ratioExpand Ratio | number | 0.3 | Expand ratio for face cropping bounding box |
API
Call this model through one unified REST API. Get a key on the API Keys page.
curl -X POST https://www.namifusion.com/api/v1/marketplace/run/namifusion/facedetect \
-H "Authorization: Bearer sk-YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "input": { "frame_urls": ..., "timestamps": ..., "expand_ratio": ... } }'Related models
namifusion Image/Video Face Swap
NamiFusion Video Face Swap Model Supports images and videos, easy single or multi-person face swapping. Compatible with multiple model_style options, can output realistic results or one-click beauty-enhanced versions — natural and great-looking!
换脸
NamiFusion Faceswap v5 is a high-speed, cost-effective model designed for large-scale, real-time workflows, delivering lifelike results with automatic skin tone matching and professional quality.
Image FaceSwap Pro
Image FaceSwap Pro supports single-face automatic detection and multi-face precise mapping with keypoint pairs.
namifusion Image Face Swap
NamiFusion Face Swap Model Easy single or multi-person face swapping. Compatible with multiple model_style options, can output realistic results or one-click beauty-enhanced versions — natural and great-looking!
FaceDetect
A face detection model used to detect facial information contained in input elements.