Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Latest commit

 

History

History
39 lines (31 loc) · 1.12 KB

File metadata and controls

39 lines (31 loc) · 1.12 KB

Stable Diffusion Web UI Container Repository

This repository is a Container for Stable Diffusion Web UI.

Overview

Type Summary
Base image and tags nvidia/cuda:12.6.2-runtime-ubuntu22.04
Target platform linux/x64, linux/arm64
Container registry's URL https://hub.docker.com/r/ryotafunaki/stable-diffusion-webui/

Requirements

How to use

  1. Get docker-compose.yml from the GitHub repository.
    https://github.com/ryotafunaki/container-stable-diffusion-webui/
  2. Boot up the container.
    docker compose up -d
    Wait a few moments for the startup to complete.
  3. Access the Web UI.
    http://localhost:7860
    See Stable Diffusion Web UI.
  4. Stop and dispose the container.
    docker compose down

Important

This image is a personal container.
You can take a look at the Dockerfile and use it if you think it suits your use.