An open API service indexing awesome lists of open source software.

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

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