some stable-diffusion UIs in docker by building itself easy and straightforward
- Nvidia
- Need
nvidia-container-toolkit - First start may install venv
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
- clone repo
git clone https://github.com/bitdruid/docker_diffusion - cd into desired ui
cd <ui> - build image
docker buildx build -t <image-name>:latest . --load - create compose with README.md or insert into portainer
- Modify volumes as needed!
- Modify ports as needed!