Skip to content

VHSgunzo/stable-diffusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

stable-diffusion

stable-diffusion-webui based on RunImage

To get started:

  • Download the latest revision
  • Make it executable before run:
chmod +x stable-diffusion
  • Run
./stable-diffusion {args}
  • After a successful start, open the web interface in the browser image

  • RunImage container runs in OverlayFS mode and all changes with stable-diffusion can be made in the directory next to the container:

cache/overlayfs/stable-diffusion/mnt/rootfs/opt/stable-diffusion
  • By default, stable-diffusion saves the results in the directory next to the container:
cache/overlayfs/stable-diffusion/mnt/rootfs/opt/stable-diffusion/outputs
cache/overlayfs/stable-diffusion/mnt/rootfs/opt/stable-diffusion/log
  • To close it, use Ctrl+C