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

bfirsh/vqgan-clip:8b345536

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
prompt
string
Text prompt
image_prompt
string
Image prompt
iterations
integer
250

Max: 250

Number of iterations
width
integer
256

Max: 512

Width of output
height
integer
256

Max: 512

Height of output
initial_image
string
Image to start with
initial_weight
number
0.0
Image to start with
step_size
number
0.05
Image to start with
cutn
integer
64
None
cut_pow
number
1.0
None
seed
integer
0
Random seed

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'}