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

chenxwh /diffsynth-exvideo:b3b0e929

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
bonfire, on the stone
Input prompt
negative_prompt
string
错误的眼睛,糟糕的人脸,毁容,糟糕的艺术,变形,多余的肢体,模糊的颜色,模糊,重复,病态,残缺,
Specify things to not see in the output
num_frames
integer
128

Max: 128

Number of the output frames
num_inference_steps
integer
25

Min: 1

Max: 500

Number of denoising steps for image and video generation
num_inference_steps_upscale_video
integer
25

Min: 1

Max: 500

Number of denoising steps for upscaling the video
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
{'properties': {'image': {'format': 'uri', 'title': 'Image', 'type': 'string'},
                'upscale_video': {'format': 'uri',
                                  'title': 'Upscale Video',
                                  'type': 'string'},
                'video': {'format': 'uri', 'title': 'Video', 'type': 'string'}},
 'required': ['image', 'video', 'upscale_video'],
 'title': 'ModelOutput',
 'type': 'object'}