Sign inSign up

luisgreen/automatic1111

By luisgreen

Updated almost 2 years ago

AUTOMATIC1111 Docker Builder

Image
Machine learning & AI
0

8.4K

luisgreen/automatic1111 repository overview

services:
  automatic1111:
    image: luisgreen/automatic1111:latest
    container_name: ai-automatic1111
    entrypoint: "./webui.sh"
    environment:
      COMMANDLINE_ARGS: --server-name=0.0.0.0 --skip-torch-cuda-test --api --medvram --xformers
      PYTORCH_CUDA_ALLOC_CONF: garbage_collection_threshold:0.8,max_split_size_mb:128
    devices:
      - /dev/nvidia0
      - /dev/nvidiactl
      - /dev/nvidia-uvm
      - /dev/dri
    ports:
      - '7860:7860'
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /opt/NVIDIA_GPU_DRV/usr:/usr/local/nvidia:ro
      - /your-host/models:/opt/AUTOMATIC1111/stable-diffusion-webui/models

Tag summary

Content type

Image

Digest

sha256:e1c961069

Size

7.9 GB

Last updated

almost 2 years ago

docker pull luisgreen/automatic1111