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

arielreplicate/stable_diffusion_infinite_zoom:9fbd0dd3

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
Prompt
output_format
string (enum)
mp4

Options:

mp4, gif

infinite loop gif or mp4 video
inpaint_iter
integer
2
Number of iterations of pasting the image in it's center and inpainting the boarders

Output schema

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

Schema
{'properties': {'gif': {'format': 'uri', 'title': 'Gif', 'type': 'string'},
                'mp4': {'format': 'uri', 'title': 'Mp4', 'type': 'string'}},
 'title': 'Output',
 'type': 'object'}