Sign inSign up

aghorbani/stable-diffusion-webui

By aghorbani

Updated over 3 years ago

Docker image for stable diffusion webui. https://github.com/a-ghorbani/stable-diffusion-webui-docker

Image
0

715

aghorbani/stable-diffusion-webui repository overview

This repository hosts two Docker images for the Stable Diffusion WebUI.

Base Tag

The Base tag represents the foundational image for Stable Diffusion WebUI, encompassing the Stable Diffusion Model v1.5.

Top5 Tag

The Top5 tag is derived from the Base image and integrates additional models and extensions, as listed:

Models:

  • Deliberate
  • Realistic Vision
  • ReV Animated
  • Dreamshaper
  • ChilloutMix

Extensions:

  • sd-webui-segment-anything
  • dreambooth

Execution

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]

Source Code

The repository's source code is available at this URL: https://github.com/a-ghorbani/stable-diffusion-webui-docker

Tag summary

Content type

Image

Digest

sha256:280379d50

Size

46.8 GB

Last updated

over 3 years ago

docker pull aghorbani/stable-diffusion-webui:top5