Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.48 KB

README.md

File metadata and controls

59 lines (45 loc) · 1.48 KB

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