You're looking at a specific version of this model. Jump to the model overview.
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
|
A cat walks on the grass, realistic
|
The prompt to guide the image generation
|
| width |
integer
|
1280
Min: 512 Max: 1280 |
Width of the video in pixels.
|
| height |
integer
|
720
Min: 320 Max: 720 |
Height of the video in pixels.
|
| num_frames |
integer
|
129
Min: 49 Max: 129 |
The number of frames in the generated video. Should be of the form 4*k+1 ex: 49 or 129
|
| num_inference_steps |
integer
|
30
Min: 1 Max: 50 |
The number of denoising steps. More denoising steps usually lead to a higher quality image at the expense of slower inference
|
| seed |
integer
|
0
|
0 for Random seed
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}