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

fofr /video-morpher:4718e538

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
The prompt has a small effect, but most of the video is driven by the subject images
negative_prompt
string
What you do not want to see in the video
aspect_ratio
string (enum)
2:3

Options:

16:9, 4:3, 3:2, 1:1, 2:3, 3:4, 9:16

The aspect ratio of the video
mode
string (enum)
medium

Options:

small, medium, upscaled, upscaled-and-interpolated

Determines if you produce a quick experimental video or an upscaled interpolated one. (small ~20s, medium ~60s, upscaled ~2min, upscaled-and-interpolated ~4min)
subject_image_1
string
The first subject of the video
subject_image_2
string
The second subject of the video
subject_image_3
string
The third subject of the video
subject_image_4
string
The fourth subject of the video
style_image
string
Apply the style from this image to the whole video
style_strength
number
1

Max: 2

How strong the style is applied
checkpoint
string (enum)
realistic

Options:

realistic, illustrated, anime, 3D, any

The checkpoint to use for the model
seed
integer
Set a seed for reproducibility. Random by default.

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'}