Yuhkil commited on
Commit
4ee6ec6
1 Parent(s): 909a04b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -1,2 +1,6 @@
 
 
 
1
  !git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui /content/stable-diffusion-webui
2
- %cd /content/stable-diffusion-webui
 
 
1
+ import os
2
+ os.kill(os.getpid(), 9) # This will crash Colab (required, everything will still be intact so dont worry)
3
+
4
  !git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui /content/stable-diffusion-webui
5
+ %cd /content/stable-diffusion-webui
6
+