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 |
---|---|---|---|
video |
string
|
Input video.
|
|
inversion_prompt |
string
|
|
Describe your input video or leave it empty.
|
diffusion_prompt |
string
|
Describe your output video.
|
|
negative_diffusion_prompt |
string
|
ugly, blurry, low res, unrealistic, unaesthetic
|
Specify things to not see in the output
|
n_frames |
integer
|
40
|
Number of frames in the video to process.
|
width |
integer
|
512
|
Width of the output video. For non-square videos, we recommend using 672 x 384 or 384 x 672, aspect ratio 1.75.
|
height |
integer
|
512
|
Height of the output video. For non-square videos, we recommend using 672 x 384 or 384 x 672, aspect ratio 1.75.
|
fps |
integer
|
10
|
Frames per second in the output video
|
num_inversion_steps |
integer
|
50
|
Number of inversion step.
|
num_diffusion_steps |
integer
|
50
|
Number of sampling step.
|
guidance_scale |
number
|
7.5
Min: 1 Max: 20 |
Scale for classifier-free guidance
|
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
{'format': 'uri', 'title': 'Output', 'type': 'string'}