Docker setup for Stable Diffusion with web UI
Top 7.3% on sourcepulse
This repository offers a streamlined Docker-based setup for running Stable Diffusion with user-friendly web interfaces, primarily targeting users who want to generate AI art without complex local installations. It provides access to popular UIs like AUTOMATIC1111 and ComfyUI, simplifying the process of leveraging these powerful tools.
How It Works
The project packages the Stable Diffusion WebUI (specifically AUTOMATIC1111 and ComfyUI) within Docker containers. This approach isolates dependencies, ensures consistent environments across different systems, and simplifies installation and updates. By abstracting away the complexities of Python environments, CUDA setup, and model downloads, it allows users to quickly get started with AI image generation.
Quick Start & Requirements
docker run --gpus=all -p 7860:7860 -p 12777:12777 abdbarho/stable-diffusion-webui
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The provided license has significant restrictions on the use of generated content, which users must adhere to. The README does not detail specific version compatibility for CUDA or Docker.
11 months ago
Inactive