CPU3DAI tools for 3D, video and audio

Stable Audio Open: audio generator — what it does and what you need to run it

Stable Audio Open is an open source audio generator from Stability AI. It solves the text-to-audio task: it turns a text description into an audio file. The tool suits those who need audio generation from text and are willing to work with the code and model weights directly.

What it does

The authors describe the project as generative models for conditional audio generation. The task the model solves is text-to-audio: text goes in, audio comes out. No other modes, such as speech generation or music from notes, are stated in the fact sheet.

The code is written in Python. The latest change to the repository was on August 9, 2026, and the repository itself was created on May 23, 2023.

What you need to run it

You need the stable-audio-tools library to run it. The largest model weights file is 4.5 GB, and all weights files together are 14.6 GB. This is worth considering when planning disk space.

As described by the author, development is done in Python 3.10. The repository description states: "Requires PyTorch 2.5 or later for Flash Attention and Flex Attention support. Development for the repo is done in Python 3.10." That is, PyTorch 2.5 or newer is required for Flash Attention and Flex Attention support.

The code is distributed under the MIT license. The weights license is listed as other — the authors do not disclose specific terms in the fact sheet.

Who it suits

The tool is aimed at those who know how to work with Python and are not afraid to run models through code. The open source and available weights allow you to understand how the model works and, if needed, refine it for your own tasks.

For those looking for a ready-made application with an interface, this option may not fit: the fact sheet has no information about a graphical interface or web service. Also, consider the size of the weights — 14.6 GB in total, which can be significant for weaker machines.

Stable Audio Open is a tool for developers and researchers who need text-to-audio generation and are willing to work with the code and weights directly. The code is open, the model is available, but running it requires technical skills and free disk space.

Stable Audio Open pipeline Text prompt sound description in natural language Tokenization conversion into numeric tokens Generation diffusion model Decoding conversion into audio signal Audio sound file Open source · MIT · Python · PyTorch Model: stable-audio-open-1.0 Library: stable-audio-tools Task: text-to-audio Developer: Stability AI Python version: 3.10 Code license: MIT
How the Stable Audio Open pipeline works. The diagram is drawn from the tool’s fact sheet.

Fact sheet

Tasktext-to-audio source
Code licenseMIT source
Weights licenseother source
Largest weights file4.5 GB source
All weights files14.6 GB source
Python3.10 per the author’s description source
Librarystable-audio-tools source
LanguagePython source
Last code change2026-08-09 source
Repository created2023-05-23 source
Changes often — as of 2026-08-19
GitHub stars3842 source
Forks478 source
Downloads per month21491 source
Model updated2025-06-19 source

Values are collected automatically from official sources and were checked on 2026-08-19. Each one links to its source, and values taken from the developer’s pages also carry a verbatim quote — hover over the note. Pricing and versions are shown as of the check date and change most often; verify on the vendor’s site before buying.

See also