Sign inSign up

cryingsun/stable-diffusion

By cryingsun

Updated about 1 year ago

environment for automatic1111 webui

Image
0

975

cryingsun/stable-diffusion repository overview

stable-diffusion environment for automatic1111 based on python:3.10.16

source repository: https://github.com/AUTOMATIC1111/stable-diffusion-webui

Startup

container will run /app/webui.sh defaultly.



docker run -itd \
    --name stable-diffusion \
    --hostname stable-diffusion \
    -p [port]:7860 \
    --runtime=nvidia \
    -e NVIDIA_VISIBLE_DEVICES=all \
    -e NVIDIA_DRIVER_CAPABILITIES=all \
    -v [path_to_webui]:/app \
    -v [path_to_models]:/app/models \
    -v [path_to_outputs]:/app/outputs \
    -v [path_to_cache]:/root/.cache \
    -v [path_to_venv]:/venv \ #if venv selected
    cryingsun/stable-diffusion:[tag]

Tag summary

Content type

Image

Digest

sha256:b5477d4ab

Size

3.7 GB

Last updated

over 1 year ago

docker pull cryingsun/stable-diffusion