AI SeedbankHelp preserve open and free AI for humanity's future

← All models

stabilityai_stable-audio-open-small

stabilityai · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


language:

  • en library_name: stable-audio-tools license: other license_name: stability-ai-community license_link: LICENSE pipeline_tag: text-to-audio extra_gated_prompt: By clicking "Agree", you agree to the License Agreement and acknowledge Stability AI's Privacy Policy. extra_gated_fields: Name: text Email: text Country: country Organization or Affiliation: text Receive email updates and promotions on Stability AI products, services, and research?: type: select options: - 'Yes' - 'No' What do you intend to use the model for?: type: select options: - Research - Personal use - Creative Professional - Startup - Enterprise I agree to the License Agreement and acknowledge Stability AI's Privacy Policy: checkbox

Stable Audio Open Small

Please note: For commercial use, please refer to https://stability.ai/license

Model Description

Stable Audio Open Small generates variable-length (up to 11s) stereo audio at 44.1kHz from text prompts. It comprises three components: an autoencoder that compresses waveforms into a manageable sequence length, a T5-based text embedding for text conditioning, and a transformer-based diffusion (DiT) model that operates in the latent space of the autoencoder.

Usage

This model can be used with the stable-audio-tools library.

Using with stable-audio-tools

This model is made to be used with the stable-audio-tools library for inference, for example:

import torch
import torchaudio
from einops import rearrange
from stable_audio_tools import get_pretrained_model
from stable_audio_tools.inference.generation import generate_diffusion_cond

device = "cuda" if torch.cuda.is_available() else "cpu"

# Download model
model, model_config = get_pretrained_model("stabilityai/stable-audio-open-small")
sample_rate = model_config["sample_rate"]
sample_size = model_config["sample_size"]

model = model.to(device)

# Set up text and timing conditioning
conditioning = [{
    "prompt": "128 BPM tech house drum loop",
    "seconds_total": 11
}]

# Generate stereo audio
output = generate_diffusion_cond(
    model,
    steps=8,
    cfg_scale=1.0,
    conditioning=conditioning,
    sample_size=sample_size,
    sampler_type="pingpong",
    device=device
)

# Rearrange audio batch to a single sequence
output = rearrange(output, "b d n -> d (b n)")

# Peak normalize, clip, convert to int16, and save to file
output = output.to(torch.float32).div(torch.max(torch.abs(output))).clamp(-1, 1).mul(32767).to(torch.int16).cpu()
torchaudio.save("output.wav", output, sample_rate)

Model Details

  • Model type: Stable Audio Open Small is a latent diffusion model based on a transformer architecture.
  • Language(s): English
  • License: Stability AI Community License.
  • Commercial License: To use this model commercially, please refer to https://stability.ai/license
  • Research Paper: https://arxiv.org/abs/2505.08175

Arm CPU optimization

To further optimize this model for maximum performance on Arm CPUs, you can follow the step by step guide to deployment via the Arm Learning Path.

Training dataset

Datasets Used

Our dataset consists of 486492 audio recordings, where 472618 are from Freesound and 13874 are from the Free Music Archive (FMA). All audio files are licensed under CC0, CC BY, or CC Sampling+. The Freesound and Free Music Archive datasets were both used to train the autoencoder. The DiT was trained solely on the Freesound dataset. We use a publicly available pre-trained T5 model (t5-base) for text conditioning.

Attribution

Attribution for all audio recordings used to train Stable Audio Open Small can be found on our attribution page.

Mitigations

We conducted an in-depth analysis to ensure no unauthorized copyrighted music was present in our training data before we began training.

To that end, we first identified music samples in Freesound using the PANNs music classifier based on AudioSet classes. The identified music samples had at least 30 seconds of music that was predicted to belong to a music-related class with a threshold of 0.15 (PANNs output probabilities range from 0 to 1). This threshold was determined by classifying known music examples from FMA and ensuring no false negatives were present.

The identified music samples were sent to Audible Magic’s identification services, a trusted content detection company, to ensure the absence of copyrighted music. Audible Magic flagged suspected copyrighted music, which we subsequently removed before training on the dataset. The majority of the removed content was field recordings in which copyrighted music was playing in the background. Following this procedure, we were left with 266324 CC0, 194840 CC-BY, and 11454 CC Sampling+ audio recordings.

We also conducted an in-depth analysis to ensure no copyrighted content was present in FMA's subset. In this case, the procedure was slightly different because the FMA subset consists of music signals. We did a metadata search against a large database of copyrighted music (https://www.kaggle.com/datasets/maharshipandya/-spotify-tracks-dataset) and flagged any potential match. The flagged content was reviewed individually by humans. After this process, we ended up with 8967 CC-BY and 4907 CC0 tracks.

Use and Limitations

Intended Use

The primary use of Stable Audio Open Small is research and experimentation on AI-based music and audio generation, including:

  • Research efforts to better understand the limitations of generative models and further improve the state of science.
  • Generation of music and audio guided by text to explore current abilities of generative AI models by machine learning practitioners and artists.

Out-of-Scope Use Cases

The model should not be used on downstream applications without further risk evaluation and mitigation. The model should not be used to intentionally create or disseminate audio or music pieces that create hostile or alienating environments for people.

Limitations

  • The model is not able to generate realistic vocals.
  • The model has been trained with English descriptions and will not perform as well in other languages.
  • The model does not perform equally well for all music styles and cultures.
  • The model is better at generating sound effects and field recordings than music.
  • It is sometimes difficult to assess what types of text descriptions provide the best generations. Prompt engineering may be required to obtain satisfying results.

Biases

The source of data is potentially lacking diversity and all cultures are not equally represented in the dataset. The model may not perform equally well on the wide variety of music genres and sound effects that exist. The generated samples from the model will reflect the biases from the training data.

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:6b40c1cc25555ab5f9ccbae4501b92fe114a88f1&dn=stabilityai_stable-audio-open-small

Open magnet in torrent client · infohash 6b40c1cc25555ab5f9ccbae4501b92fe114a88f1

Files & hashes

PathSizesha1sha256
LICENSE11.6 KB (11,852 B)1d9ce2ee1067327543544de197291726e4fc57a4d6f6b1a4dce5c852bd6d7d9482d002baf0ccdb71e662250b73be9eec8764ee8d
README.md7.4 KB (7,538 B)4dfee0d917c0b15c030393bce5165a7e953ad3f03d7884d8f7298a2810eed65f5eb1c09fbd868b81393cbf9bdb31e62882899045
base_model.ckpt1.56 GB (1,677,045,748 B)c80b5c35df480690d62447b0870297605d60291ef60355a8c8198f94b646bdecf3b04b5dc1fa736f7038a80d9dd6ae8f39ac45b3
base_model_config.json4.4 KB (4,553 B)5bc34948f1a4676d13ab8a82a68c2af86237a5afe1fdd31d24bfd34fdb62ddf609d1d8388473441508bf829900a64ccc6b18bd80
model.ckpt1.56 GB (1,677,045,748 B)66f185be457347ad536d5cd8f13f89b6f85e82c554ccf4ac08a3c0c535a1a7cb6e53a4f0fbda91dc76cdc130c45ea3d24ef690e4
model.safetensors1.56 GB (1,676,829,212 B)7a87cf2de1b5986831e1cad50248ccda2235444a0ee8b9edbe3104cb079dd163b62589d67d9c321ea8942cbbd81e6f7d3f390be2
model_config.json5.5 KB (5,622 B)95e134813a163a3d6a697127eb38ce3583f01090105f33659c4def4804a8247666981892a69f9fb07724c180e11b63e688e7780c

Cite this release

Canonical URL
https://aiseedbank.org/models/stabilityai_stable-audio-open-small/
Slug
stabilityai_stable-audio-open-small
Infohash
6b40c1cc25555ab5f9ccbae4501b92fe114a88f1
License
custom/other license
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: stabilityai_stable-audio-open-small.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositorystabilityai/stable-audio-open-small
Revision (pinned)dc620d91535857b72ebb59b4ca45978db6d417f5
Fetched at2026-09-04T05:54:09Z
License at fetchother
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-04T05:55:00Z

custom/other license4.69 GB (5,030,950,273 bytes)stable-audio-toolssafetensorstext-to-audio1 language (en)paper: 2505.08175