Skip to main content

Stability AI Text To Audio

api node/audio/Stability AI
StabilityTextToAudio

Generates high-quality music and sound effects from text descriptions.

Inputs

NameTypeStatusConstraintsDefault
modelCOMBOrequired--
promptSTRINGrequired-""
duration?INToptionalmin: 1, max: 190, step: 1190
seed?INToptionalmin: 0, max: 4294967294, step: 10
steps?INToptionalmin: 4, max: 8, step: 18

Outputs

IndexNameTypeIs ListConnection Reference
0AUDIOAUDIONo["{node_id}", 0]
How to connect to these outputs

To connect another node's input to an output from this node, use the connection reference format:

["node_id", output_index]

Where node_id is the ID of this StabilityTextToAudio node in your workflow, and output_index is the index from the table above.

Example

If this node has ID "5" in your workflow:

  • AUDIO (AUDIO): ["5", 0]
Was this page helpful?