You're looking at a specific version of this model. Jump to the model overview.

aicapcut /stable-video-diffusion-img2vid-xt-optimized:0912b15d

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
image
string
Input image for img2vid mode
scheduler
string (enum)
K_EULER

Options:

DDIM, DPMSolverMultistep, HeunDiscrete, KarrasDPM, K_EULER_ANCESTRAL, K_EULER, PNDM

scheduler
width
integer
1024
Width of output video
height
integer
576
Height of output video
seed
integer
Random seed. Leave blank to randomize the seed
num_frames
integer
25
Frame count
decode_chunk_size
integer
8
the VAE decodes frames in chunks instead of decoding them all together
num_inference_steps
integer
25
Steps
enable_deepcache
boolean
False
Enable Deepcache
cache_interval
integer
3
Deepcache interval
cache_branch_id
integer
5
Deepcache branch id

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array'}