Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.19 KB

readme.md

File metadata and controls

47 lines (36 loc) · 1.19 KB

Docker image for Stable Audio Open 1

python cuda

Tags

Tag Description Size
latest python 3.10, stable audio 1 ~ 11.6 GB

Ports

Connect Port Internal Port Description
7860 7860 Stable Audio Webui
8888 8888 Jupyter Lab

Running locally

docker run -d \
  --gpus all \
  -p 7860:7860 \
  -p 8888:8888 \
  yuvraj108c/stable-audio-1:latest

Building the docker image

git clone https://github.com/yuvraj108c/stable-audio-1-docker
cd stable-audio-1-docker

mkdir models
# download models from https://huggingface.co/stabilityai/stable-audio-open-1.0/tree/main into ./models
# model.safetensors
# model_config.json

# build image
docker-compose build latest

Credits