Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
os.kill(os.getpid(), 9) # This will crash Colab (required, everything will still be intact so dont worry)
|
3 |
|
4 |
-
|
5 |
%cd /content/stable-diffusion-webui
|
6 |
|
7 |
#@title Normal 1.4 model
|
|
|
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 |
|
7 |
#@title Normal 1.4 model
|