Skip to main content

Stability AI Audio Inpaint

api node/audio/Stability AI
StabilityAudioInpaint

Transforms part of existing audio sample using text instructions.

Inputs

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

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 StabilityAudioInpaint 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?