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: 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

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!