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: 10 months 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2025-07-09T19:18:56.000Z (10 months ago)
- Last Synced: 2025-07-10T04:54:00.262Z (10 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
Checkout some stable-diffusion UIs in docker by building itself easy and straightforward.
# Important
- Works only for nvidia (because i only have that on my server)
- Install `nvidia-container-toolkit` to use
- First start takes a while because container must be installed
## easydiffusion
Origin: https://github.com/easydiffusion/easydiffusion
Tryout: https://github.com/bitdruid/docker_diffusion/tree/main/easydiffusion
## comfyui
Origin: https://github.com/comfyanonymous/ComfyUI
Tryout: https://github.com/bitdruid/docker_diffusion/tree/main/comfyui
## sdnext
Origin: https://github.com/vladmandic/sdnext
Tryout: https://github.com/bitdruid/docker_diffusion/tree/main/sdnext
## stable-diffusion-webui
Origin: https://github.com/AUTOMATIC1111/stable-diffusion-webui
Tryout: https://github.com/bitdruid/docker_diffusion/tree/main/sdwebui
## stable-diffusion-webui-forge
Origin: https://github.com/lllyasviel/stable-diffusion-webui-forge
Tryout: https://github.com/bitdruid/docker_diffusion/tree/main/sdwebui-forge
# Use
- Clone the Repo `git clone https://github.com/bitdruid/docker_diffusion`
- Cd into desired ui `cd `
- Build the image like `docker buildx build -t :latest . --load`
- Create a compose with the given stats in README.md or insert into portainer!
- Modify volumes as needed!
- Modify ports as needed!
# Contribution
- Contribute as you wish
- Add issues
- Make suggestions