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

renyurui /controllable-person-synthesis:f2a5c452

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
reference_image
string
Input reference image
desired_pose
string
Text file containing 2D array of Openpose keypoints (shape 18x2)
seed
integer
-1

Min: -1

Max: 4294967295

Seed for random number generator. If -1, a random seed will be chosen. (minimum: -1; maximum: 4294967295)

Output schema

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

Schema
{'properties': {'result': {'format': 'uri',
                           'title': 'Result',
                           'type': 'string'},
                'target_skeleton': {'format': 'uri',
                                    'title': 'Target Skeleton',
                                    'type': 'string'}},
 'required': ['result', 'target_skeleton'],
 'title': 'Output',
 'type': 'object'}