Skip to content

yuvraj108c/stable-audio-1-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker image for Stable Audio Open 1

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published