You're looking at a specific version of this model. Jump to the model overview.
xiankgx /short-to-long-video-diffusion:58c89a77
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 |
---|---|---|---|
input_path |
string
|
Input image.
|
|
prompt |
string
|
A description of what to generate.
|
|
height |
integer
|
240
|
Height of the generated video.
|
width |
integer
|
560
|
Width of the generated video.
|
num_frames |
integer
|
16
|
The number of frames to generate.
|
additional_prompt |
string
|
, slow motion.
|
Additional prompt that is appended to prompt.
|
sample_method |
string
(enum)
|
ddpm
Options: ddpm, ddim |
Sampling method.
|
negative_prompt |
string
|
|
A description of what to avoid in the generation.
|
guidance_scale |
number
|
8
|
None
|
seed |
integer
|
-1
|
Seed number for reproducability purpose.
|
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'}