A Docker container for running Stable Diffusion with GPU acceleration using NVIDIA CUDA.
- NVIDIA CUDA runtime support with latest drivers
- Pre-configured Python environment with PyTorch
- Web UI interface on port 7860
- Optimized for RTX 5xxx GPU architecture
- Support for modern Stable Diffusion models
- Docker with NVIDIA container runtime
- NVIDIA RTX 5000 series GPU (primary target)
- At least 12GB GPU memory recommended
- Latest NVIDIA drivers (570+ series recommended)
docker build -t stable-diffusion .docker run --gpus all -p 7860:7860 stable-diffusionOnce the container is running, access the web interface at http://localhost:7860
Currently, this automatically downloads all models