You're looking at a specific version of this model. Jump to the model overview.
andreasjansson /tile-morph:3cc15bac
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 |
None
|
512
|
Width of output video
|
| height |
None
|
512
|
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
|
| num_interpolation_steps |
integer
|
5
Min: 1 Max: 50 |
Number of steps to interpolate between animation frames
|
| 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.
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array',
'x-cog-array-type': 'iterator'}