Skip to content

bitdruid/docker-diffusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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