Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.36 KB

File metadata and controls

49 lines (33 loc) · 1.36 KB

Quick start

git clone https://github.com/qingfengfenga/awesome-quick-start.git

cd ./awesome-quick-start/stable-diffusion-webui

docker-compose --profile auto-offline up

Using a self created image

Clone repository

git clone https://github.com/qingfengfenga/stable-diffusion-webui-docker.git

cd ./stable-diffusion-webui-docker

Download data

docker-compose --profile download up --build

Create images and initialize

Due to the design of the framework itself, the previous download can only download most of the data. When the program starts, it also needs to download some of the data. Here, it starts once before packaging the data.

docker-compose --profile auto up --build

Create and launch images with model data

docker-compose --profile auto-offline up --build

Thanks

Special thanks to everyone behind these awesome projects, without them, none of this would have been possible: