All models
Audiov1.0.0

Stable Audio 2.5 (SFX & Music)

Generate a sound effect or a music bed from a prompt.

4 inputsAUDIO

a heavy wooden door creaking open in a stone hall

Run the node

TEXT
1 – 190INT
Duration (seconds)
4 – 8INT
INT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins stable-audio and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("stable-audio", {
  prompt: { value: "example" },
  duration: { value: 10 },
  steps: { value: 8 },
  seed: { value: 1 },
});

Schema

Inputs

prompt*TEXT
durationINT
Duration (seconds)
10
stepsINT8
seedINT

Outputs

audioAUDIO