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

andreasjansson /tile-morph:cdb531b0

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_start
string
Prompt to start the animation with
prompt_end
string
Prompt to end the animation with. You can include multiple prompts by separating the prompts with | (the 'pipe' character)
width
integer (enum)
512

Options:

128, 256, 512, 768, 1024

Width of output video
height
integer (enum)
512

Options:

128, 256, 512, 768

Height of output video
num_inference_steps
integer
50

Min: 1

Max: 500

Number of denoising steps
num_animation_frames
integer
10

Min: 2

Max: 50

Number of frames to animate
guidance_scale
number
7.5

Min: 1

Max: 20

Scale for classifier-free guidance
frames_per_second
integer
20

Min: 1

Max: 60

Frames per second in output video
intermediate_output
boolean
False
Whether to display intermediate outputs during generation
seed
integer
Random seed. Leave blank to randomize the seed

Output schema

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

Schema
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array',
 'x-cog-array-type': 'iterator'}