You're looking at a specific version of this model. Jump to the model overview.
chigozienri /image-urls-to-video:76a78c6c
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_urls |
string
|
A list of input urls
|
|
mp4 |
boolean
|
False
|
Returns .mp4 if true or .gif if false
|
fps |
number
|
4
|
Frames per second of output video
|
output_zip |
boolean
|
False
|
Also returns a zip of the input images if true
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'video': {'format': 'uri', 'title': 'Video', 'type': 'string'},
'zip': {'format': 'uri', 'title': 'Zip', 'type': 'string'}},
'required': ['video'],
'title': 'Output',
'type': 'object'}