Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.07 KB

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