You're looking at a specific version of this model. Jump to the model overview.
zsxkib /flux-music:eebfed4a
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 song is an epic blend of space-rock, rock, and post-rock genres.
|
Text prompt for music generation
|
negative_prompt |
string
|
low quality, gentle
|
Text prompt for negative guidance (unconditioned prompt)
|
guidance_scale |
number
|
7
Max: 20 |
Classifier-free guidance scale
|
model_version |
string
(enum)
|
base
Options: small, base, large, giant |
Select the model version to use
|
steps |
integer
|
50
Min: 1 Max: 200 |
Number of sampling steps
|
save_spectrogram |
boolean
|
False
|
Whether to save the spectrogram image
|
seed |
integer
|
Random seed. Leave blank to randomize the seed
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'melspectrogram': {'format': 'uri',
'title': 'Melspectrogram',
'type': 'string'},
'wav': {'format': 'uri', 'title': 'Wav', 'type': 'string'}},
'required': ['wav'],
'title': 'Output',
'type': 'object'}