The Patchbay_

stable-audio-tools

Stability AI’s training and fine-tuning toolkit for their audio generation models, with a Gradio interface.

LanguagePython
CategoryML & generative
LicenseMIT (code)
PlatformsLinux Windows macOS
Installpip install stable-audio-tools
First released2023
MaintainedYes
LinksSource · Model
Full tutorialFull Stable Audio Open tutorial — both the diffusers and stable-audio-tools routes →

Strengths

Limitations

Best for

Fine-tuning Stable Audio Open on your own audio, or running the Gradio UI against the released weights.

Minimal example

pip install stable-audio-tools

# Gradio UI against the released weights
python3 ./run_gradio.py --pretrained-name stabilityai/stable-audio-open-1.0

# Fine-tune on your own dataset
python3 ./train.py --dataset-config /path/to/dataset.json \
                   --model-config /path/to/model.json \
                   --name my_finetune

Related tools

Stable Audio OpenAudioCraft (MusicGen)ACE-Steptorchaudio

← Back to all tools