https://github.com/bitdruid/docker-diffusion
collection of docker containers (easy to build and deploy) to try out some of the stable-diffusion image generator web-uis out there
https://github.com/bitdruid/docker-diffusion
ai-image-generation comfyui docker easydiffusion sdnext stable-diffusion stable-diffusion-webui stable-diffusion-webui-forge
Last synced: 23 days ago
JSON representation
collection of docker containers (easy to build and deploy) to try out some of the stable-diffusion image generator web-uis out there
- Host: GitHub
- URL: https://github.com/bitdruid/docker-diffusion
- Owner: bitdruid
- License: mit
- Created: 2025-07-09T19:13:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-09T19:18:56.000Z (11 months ago)
- Last Synced: 2025-07-10T04:54:00.262Z (11 months ago)
- Topics: ai-image-generation, comfyui, docker, easydiffusion, sdnext, stable-diffusion, stable-diffusion-webui, stable-diffusion-webui-forge
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker_diffusion
some stable-diffusion UIs in docker by building itself easy and straightforward
# Important
- Nvidia
- Need `nvidia-container-toolkit`
- First start may install venv
## easydiffusion
easydiffusion: https://github.com/easydiffusion/easydiffusion
comfyui: https://github.com/comfyanonymous/ComfyUI
sdnext: https://github.com/vladmandic/sdnext
sdwebui: https://github.com/AUTOMATIC1111/stable-diffusion-webui
sdwebui-forge: https://github.com/lllyasviel/stable-diffusion-webui-forge
kohya_ss: https://github.com/bmaltais/kohya_ss
# Use
- clone repo `git clone https://github.com/bitdruid/docker_diffusion`
- cd into desired ui `cd `
- build image `docker buildx build -t :latest . --load`
- create compose with README.md or insert into portainer
- Modify volumes as needed!
- Modify ports as needed!