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

orpatashnik/styleclip:b6568e6b

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
input
string
Input image
neutral
string
Neutral image description
target
string
Target image description
manipulation_strength
number
4.1

Min: -10.0

Max: 10.0

The higher the manipulation strength, the closer the generated image becomes to the target description. Negative values moves the generated image further from the target description
disentanglement_threshold
number
0.15

Min: 0.08

Max: 0.3

The higher the disentanglement threshold, the more specific the changes are to the target attribute. Lower values mean that broader changes are made to the input 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'}