Docker image for stable diffusion webui. https://github.com/a-ghorbani/stable-diffusion-webui-docker
715
This repository hosts two Docker images for the Stable Diffusion WebUI.
The Base tag represents the foundational image for Stable Diffusion WebUI, encompassing the Stable Diffusion Model v1.5.
The Top5 tag is derived from the Base image and integrates additional models and extensions, as listed:
Models:
Extensions:
You can initiate the images by executing the following Docker command:
docker run -it --rm \
-p 8888:7860 \
--runtime=nvidia --gpus all \
-v "$(pwd)"/outputs:/content/stable-diffusion-webui/outputs \
-v "$(pwd)"/data:/content/stable-diffusion-webui/data \
-v "$(pwd)"/textual_inversion:/content/stable-diffusion-webui/textual_inversion \
-v "$(pwd)"/embeddings:/content/stable-diffusion-webui/embeddings \
-v "$(pwd)"/new_models:/content/fused-models \
aghorbani/stable-diffusion-webui:"[TAG-NAME]"
Alternatively, download and run the script available at this location (https://github.com/a-ghorbani/stable-diffusion-webui-docker/blob/main/run_stable_diffusion_webui.sh) with this command:
run_stable_diffusion_webui.sh [TAG-NAME]
The repository's source code is available at this URL: https://github.com/a-ghorbani/stable-diffusion-webui-docker
Content type
Image
Digest
sha256:280379d50…
Size
46.8 GB
Last updated
over 3 years ago
docker pull aghorbani/stable-diffusion-webui:top5