Download the model

Stable Audio Open Small is an open-source model optimized for generating short audio samples, sound effects, and production elements using text prompts.

Log in to HuggingFace and navigate to the model landing page:

    

        
        
https://huggingface.co/stabilityai/stable-audio-open-small/tree/main

    

You may need to fill out a form with your contact information to use the model:

Image Alt Text:Agree to share contact information

Download and copy the configuration file model_config.json and the model itself, model.ckpt, to your workspace directory, and verify they exist by running the command:

    

        
        
ls $WORKSPACE/model_config.json $WORKSPACE/model.ckpt

    

You can learn more about this model here .

Good prompting practices

A good prompt for the Stable Audio Open Small model can include the following elements:

  • Music genre and subgenre.
  • Musical elements (texture, rhythm and articulation).
  • Musical atmosphere (mood and emotion).
  • Tempo, using beats per minute (BPM).

The order of prompt parameters matters. For more information, see the Prompt structure user guide .

You can explore training and inference code for audio generation models in the Stable Audio Tools repository .

Now that you’ve downloaded the model, you’re ready to convert it to LiteRT format in the next step.

Back
Next