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

voodoohop /flux-dance:9704cf9c

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 (only used when audio_file is not provided)
interpolation_strength
number
0.05
How far to interpolate towards the second seed (0.05 = 5%)
audio_file
string
Audio file for reactive interpolation. When provided, this overrides interpolation_steps.
audio_frame_rate
integer
30
Frames per second to extract from audio
audio_smoothing
number
0.8
Smoothing factor for audio amplitude (0-1, higher values = smoother transitions)
audio_noise_scale
number
0.3
Scale factor for audio-based interpolation (higher values = stronger effect)
audio_loudness_type
string (enum)
peak

Options:

peak, rms

Method to calculate audio intensity
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
{'anyOf': [{'format': 'uri', 'type': 'string'},
           {'items': {'format': 'uri', 'type': 'string'}, 'type': 'array'}],
 'title': 'Output'}