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

anotherjesse /kandisky-clip-sae:f5215afe

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
steering
string
json encoded list of feature_id, strength to steer. example: '[[12345, 5.0], [20, 10.0]]
image
string
image to clip embed to start steering, otherwise generate only from features
seed
integer
42
seed for image generation

Output schema

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

Schema
{'properties': {'features': {'title': 'Features', 'type': 'string'},
                'image': {'format': 'uri', 'title': 'Image', 'type': 'string'}},
 'required': ['image', 'features'],
 'title': 'Output',
 'type': 'object'}