Skip to content

kiyoshitaro/stable-diffusion-webui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE:

Add extension:

./bash-scripts/download-extension.sh

Download repository:

./bash-scripts/download-repository.sh

Download model:

.bash-scripts/download-model.sh

Docker (Manipulate)

# Init image
docker build -t sdwebui:2 --force-rm -f Dockerfile .
# Temp install in docker image when time exceeded 
docker run -it --name "sd-web" -v `pwd`:/content/ --gpus all -p 7860:7860/tcp sdwebui:2

Or

Init Docker:

./init.sh

Run

python launch.py --share --xformers --enable-insecure-extension-access --theme dark --remotemoe --share

Stable Diffusion web UI

https://github.com/camenduru/stable-diffusion-webui#stable-diffusion-web-ui

About

Stable Diffusion web UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.9%
  • JavaScript 2.8%
  • Jupyter Notebook 0.8%
  • HTML 0.5%
  • CSS 0.4%
  • Shell 0.4%
  • Other 0.2%