The Patchbay_

Stable Audio Open

Open text-to-audio diffusion model for generating short instrumentals, loops and sound effects locally.

LanguagePython
CategoryML & generative
LicenseMIT
PlatformsmacOS Windows Linux
Installpip install diffusers transformers torch soundfile
First released2024
MaintainedYes
LinksWebsite · Source

Strengths

Limitations

Best for

Generating instrumental loops and sound effects locally with open weights.

Minimal example

from diffusers import StableAudioPipeline
import torch, soundfile as sf
pipe = StableAudioPipeline.from_pretrained('stabilityai/stable-audio-open-1.0', torch_dtype=torch.float16).to('cuda')
audio = pipe('128 BPM tech house drum loop', num_inference_steps=200, audio_end_in_s=10.0).audios[0]

Alternatives to Stable Audio Open

note-seqMagentaAudioCraft (MusicGen)DDSP

← Back to all tools