Skip to main content

Stable diffusion 2

 

Stable-diffusion 2 by Stability AI

 

configure and activate environment ldm (environment.yaml)

cd stablediffusion
python scripts/gradio/depth2img.py configs/stable-diffusion/v2-midas-inference.yaml ./models/512-depth-ema.ckpt 


 

 

 

 

Stable Diffusion WebUI by Automatic1111

wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh
cd stable-diffusion-webui/models/Stable-diffusion
wget --no-check-certificate --content-disposition https://th-koeln.sciebo.de/s/LwN49UHfYkVH2zE/download -O v1-5-pruned-emaonly.ckpt
cd -
wget --no-check-certificate --content-disposition https://th-koeln.sciebo.de/s/LwN49UHfYkVH2zE/download -O v1-5-pruned-emaonly.ckpt
./webui.sh --share

(--share in case you want to stream to a public url)

 

 

 

Deforum Stable Diffusion