AnythingV5NewUI / app.py
Yuhkil's picture
Update app.py
4ee6ec6
raw
history blame
253 Bytes
import os
os.kill(os.getpid(), 9) # This will crash Colab (required, everything will still be intact so dont worry)
!git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui /content/stable-diffusion-webui
%cd /content/stable-diffusion-webui