git clone https://github.com/qingfengfenga/awesome-quick-start.git
cd ./awesome-quick-start/stable-diffusion-webui
docker-compose --profile auto-offline up
git clone https://github.com/qingfengfenga/stable-diffusion-webui-docker.git
cd ./stable-diffusion-webui-docker
docker-compose --profile download up --build
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
docker-compose --profile auto-offline up --build
Special thanks to everyone behind these awesome projects, without them, none of this would have been possible: