Generate AI images from text prompts on your own computer without paying per-image cloud fees
Run the AUTOMATIC1111 interface for text-to-image, image editing, and advanced controls directly in your browser
Use ComfyUI's visual node editor to design and save custom image generation workflows
Spin up the full Stable Diffusion stack with a single Docker Compose command instead of installing dependencies manually
Requires Docker, Docker Compose, and a GPU with sufficient VRAM, an NVIDIA GPU is recommended for best compatibility.
This repository provides a way to run Stable Diffusion on your own computer using Docker. Stable Diffusion is an AI image generation system that creates images from text descriptions. Setting it up from scratch can be complicated because it requires specific software dependencies and GPU configuration. This project packages everything into Docker containers so you can get it running more quickly and with less manual setup. The setup includes support for two different graphical interfaces: AUTOMATIC1111 and ComfyUI. AUTOMATIC1111 is a feature-rich interface that covers text-to-image generation, image-to-image editing, and various extras. ComfyUI uses a visual node-based workflow where you connect components together to define how image generation works. Both interfaces run in your browser once the containers are started. Docker is a tool that packages software and all its requirements into a self-contained unit that runs the same way regardless of your operating system. This project uses Docker Compose, which coordinates multiple containers working together, to start the full stack with a single command. Detailed setup and usage instructions are in the project's wiki on GitHub. This project is a wrapper around existing open-source Stable Diffusion interfaces rather than a new AI system itself. The README includes a disclaimer that the authors are not responsible for content generated using it, and the license prohibits use for content that causes harm, spreads misinformation, or violates laws.
← abdbarho on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.