You're looking at a specific version of this model. Jump to the model overview.
voodoohop /flux-dance:216df616
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
|
Prompt for generated image
|
|
width |
integer
|
768
|
Width of the generated image
|
height |
integer
|
768
|
Height of the generated image
|
seed1 |
integer
|
1234567890
|
First random seed for interpolation
|
seed2 |
integer
|
9876543210
|
Second random seed for interpolation
|
interpolation_steps |
integer
|
4
|
Number of interpolation steps between seeds
|
interpolation_strength |
number
|
0.05
|
How far to interpolate towards the second seed (0.05 = 5%)
|
create_video |
boolean
|
True
|
Create a video from the interpolated images
|
fps |
integer
|
5
|
Frames per second for the video
|
output_format |
string
(enum)
|
png
Options: webp, jpg, png |
Format of the output image
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}