Stable Audio recipes¶
Maintained family · Inference
Stable Audio inference recipes
Stable Audio Open generates audio from text. FastVideo requires the converted Diffusers-format repos published by the FastVideo organization; upstream monolithic checkpoints are not loader-compatible.
Pick a recipe and runtime
Start with the result you want, then choose one of the runtimes FastVideo actually maintains for it.
Loading recipe details...
Exact device and memory details appear only when a recorded run supports them.
Loading...
- Model
- Loading...
- Workload
- Loading...
- Source configuration
- Loading...
- Expected output
- Loading...
Loading... Setup
The generated commands expect a local clone:
git clone https://github.com/hao-ai-lab/FastVideo.git
cd FastVideo Use Configuration for supported Python and CLI settings, Optimizations for attention and memory tradeoffs, and the support matrix for the supported model and optimization surface.
Troubleshooting
- Loader errors about monolithic checkpoints mean an upstream
stabilityai/stable-audio-open-*ID was used; use the FastVideo converted repos from the recipes. - Duration and step knobs (
audio_end_in_s,num_inference_steps) are documented inline in the example source.
Evidence status
The Stable Audio Open 1.0 recipe maps to a checked-in example and a recorded single-GPU B200 run. The Stable Audio Open Small recipe remains Source-backed because the implementation PR did not record a full run for that gated checkpoint. Neither recipe claims a minimum VRAM requirement.