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

yorickvp /temporalnet-sdxl:a88c2ae8

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
The stable diffusion prompt. Does what it says on the tin.
video
string
The input video file.
init_image_path
string
Path to the initial conditioning image. It is recommended you get the first frame, modify it to a good starting look with stable diffusion, and use that as the first generated frame, if unspecified it will use the first video frame (not recommended)
seed
integer
Seed. Use this to get the same result
max_frames
integer
0
Only use the first N frames of the output video. 0 to use all frames.
result_video
boolean
True
Return the output as a video. Otherwise, all frames are returned separately.

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'}