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 |
---|---|---|---|
input_image |
string
|
Initial image to start the video from
|
|
prompt |
string
|
Text description of what you want in the video
|
|
negative_prompt |
string
|
|
Things you want to avoid in the video
|
seed |
integer
|
Set for consistent results or leave empty for random
|
|
total_video_length_seconds |
number
|
3
Min: 1 Max: 60 |
How long the video should be in seconds
|
latent_window_size |
integer
|
9
Min: 1 Max: 16 |
Controls how video chunks are processed - smaller is faster but may reduce quality
|
steps |
integer
|
25
Min: 1 Max: 50 |
More steps give higher quality but take longer
|
cfg_scale |
number
|
1
Min: 1 Max: 32 |
Higher values follow the prompt more closely, lower values are more creative
|
distilled_cfg_scale |
number
|
10
Min: 1 Max: 32 |
Controls prompt adherence for distilled model components
|
cfg_rescale |
number
|
0
Max: 1 |
Reduces oversaturation at high CFG values
|
use_teacache |
boolean
|
True
|
Makes generation faster with minimal quality impact
|
mp4_crf |
integer
|
23
Max: 51 |
Controls video compression - lower values give better quality but larger files
|
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'}