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

download stable-diffusion-v5 from KISD MODEL ZOO

wget --no-check-certificate --content-disposition https://th-koeln.sciebo.de/s/LwN49UHfYkVH2zE/download -O v1-5-pruned-emaonly.ckpt

download protogen-v4.3 from KISD MODEL ZOO

protogen
cd -
wget

------------------------------------------------------------  OPTIONAL --no-check-certificate --content-disposition------------------------------------------------------------------

install the deforum extension:

cd extensions
git clone https://th-koeln.sciebo.de/s/LwN49UHfYkVH2zE/downloadgithub.com/deforum-art/deforum-for-automatic1111-webui/ extensions/deforum
cd ..

------------------------------------------------------------  OPTIONAL -O v1-5-pruned-emaonly.ckpt

---------------------------------------------------------------------

./webui.sh --share

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

 

 

 

Deforum Stable Diffusion