You're looking at a specific version of this model. Jump to the model overview.

neuralchen/simswap-image:2efb4d5c

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
string
source image
target
string (enum)

Options:

frozen, mr-bean, arrival, beetlejuice, rambo, goodfellas, greese, indiana-jones, blade-runner, harry-potter, home-alone, 101-dalmatians, friends, oceans-11, ghostbusters, waynes-world, no-time-to-die, lord-of-the-rings, star-trek, dumb-and-dumber

target image
mode
string (enum)
all

Options:

single, all

swap a single face (the one with highest confidence by face detection) or all faces in the target image

Output schema

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

Schema
{'items': {'properties': {'file': {'format': 'uri',
                                   'type': 'string',
                                   'x-order': 0},
                          'text': {'type': 'string', 'x-order': 1}},
           'type': 'object'},
 'type': 'array',
 'x-cog-array-type': 'iterator'}