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

tencentarc /animesr:8c5b0d2d

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
video
string
Input video file
frames
string
Zip file of frames of a video. Ignored when video is provided.

Output schema

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

Schema
{'properties': {'sr_frames': {'format': 'uri',
                              'title': 'Sr Frames',
                              'type': 'string'},
                'video': {'format': 'uri', 'title': 'Video', 'type': 'string'}},
 'required': ['video'],
 'title': 'ModelOutput',
 'type': 'object'}