You're looking at a specific version of this model. Jump to the model overview.
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 |
---|---|---|---|
tags |
string
|
Text prompts to guide music generation, e.g., 'epic,cinematic'
|
|
lyrics |
string
|
Lyrics for the music. Use [verse], [chorus], and [bridge] to separate different parts of the lyrics. Use [instrumental] or [inst] to generate instrumental music
|
|
duration |
number
|
60
Min: 1 Max: 240 |
Duration of the generated audio in seconds. -1 means a random duration between 30 and 240 seconds.
|
number_of_steps |
integer
|
60
Min: 10 Max: 200 |
Number of inference steps.
|
seed |
integer
|
-1
|
Random seed. Set to -1 to randomize.
|
scheduler |
string
(enum)
|
euler
Options: euler, heun |
Scheduler type.
|
guidance_type |
string
(enum)
|
apg
Options: apg, cfg, cfg_star |
Guidance type for CFG.
|
granularity_scale |
number
|
10
Min: -100 Max: 100 |
Omega scale for APG guidance, or similar for other CFG types.
|
guidance_interval |
number
|
0.5
Max: 1 |
Guidance interval.
|
guidance_interval_decay |
number
|
0
Max: 1 |
Guidance interval decay.
|
guidance_scale |
number
|
15
Max: 30 |
Overall guidance scale.
|
min_guidance_scale |
number
|
3
Max: 100 |
Minimum guidance scale.
|
tag_guidance_scale |
number
|
0
Max: 10 |
Guidance scale for tags (text prompt).
|
lyric_guidance_scale |
number
|
0
Max: 10 |
Guidance scale for lyrics.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
{'format': 'uri', 'title': 'Output', 'type': 'string'}