You're looking at a specific version of this model. Jump to the model overview.
pschaldenbrand /text2video:ed5518ac
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 |
---|---|---|---|
prompts |
string
|
Text descriptions separated by &
|
|
temperature |
number
|
30
|
How much frame-to-frame changes. 100 = tons. 0 = barely.
|
width |
integer
|
640
|
Video width in pixels
|
height |
integer
|
360
|
Video height in pixels
|
frames_per_promt |
integer
|
20
|
How many video frames to dedicate to each given prompt.
|
frame_rate |
integer
|
8
|
Frames per second of output video
|
fast |
boolean
|
True
|
Faster video generation at the cost of some quality
|
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',
'x-cog-array-type': 'iterator'}