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

cjwbw /diffae:5d917b91

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
image
string
Input image for face manipulation. Image will be aligned and cropped, output aligned and manipulated images.
target_class
None
Bangs
Choose manipulation direction.
manipulation_amplitude
number
0.3

Min: -0.5

Max: 0.5

When set too strong it would result in artifact as it could dominate the original image information.
T_step
None
100
Number of step for generation.
T_inv
None
200
None

Output schema

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

Schema
{'items': {'properties': {'image': {'format': 'uri',
                                    'title': 'Image',
                                    'type': 'string'}},
           'required': ['image'],
           'title': 'ModelOutput',
           'type': 'object'},
 'title': 'Output',
 'type': 'array'}