synthesys-ai / synthesys-facefusion

  • Public
  • 64 runs

Run synthesys-ai/synthesys-facefusion with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
source_paths
string
source image that contains faces to use
target_path
string
target video/image file to use
face_analyser_order
string
left-right
None
face_analyser_age
string
None
face_analyser_gender
string
None
face_detector_model
string
retinaface
None
face_detector_size
string
640x640
None
face_detector_score
number
0.5
None
face_selector_mode
string
reference
None
face_mask_types
string
box
None
frame_processors
string
face_swapper
None
face_swapper_model
string
inswapper_128
None
face_enhancer_model
string
gfpgan_1.4
None
frame_enhancer_model
string
real_esrgan_x2plus
None

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "string",
  "title": "Output",
  "format": "uri"
}