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

zf-kbot /aniportrait-audio2vid:8d072994

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
audio
string
Input audio
width
integer
512
Width of output video
height
integer
512
Height of output video
guidance_scale
number
3.5
Scale for classifier-free guidance
steps
integer
25
Inference steps
fps
integer
30
Frame per second in the output 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': {'pose': {'format': 'uri', 'title': 'Pose', 'type': 'string'},
                'video': {'format': 'uri', 'title': 'Video', 'type': 'string'}},
 'required': ['video', 'pose'],
 'title': 'Output',
 'type': 'object'}