Spaces:
No application file
No application file
Delete app.py
Browse files
app.py
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
!pip install -q https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.14/xformers-0.0.14.dev0-cp37-cp37m-linux_x86_64.whl
|
2 |
-
|
3 |
-
!git clone https://github.com/camenduru/stable-diffusion-webui
|
4 |
-
%cd stable-diffusion-webui
|
5 |
-
|
6 |
-
!sed -i -e 's/numpy==1.23.3/numpy==1.21.6/g' requirements_versions.txt
|
7 |
-
!sed -i -e 's/fairscale==0.4.9/fairscale==0.4.6/g' requirements_versions.txt
|
8 |
-
|
9 |
-
!wget https://huggingface.co/camenduru/sd14/resolve/main/sd-v1-4.ckpt -O /content/stable-diffusion-webui/models/Stable-diffusion/sd-v1-4.ckpt
|
10 |
-
|
11 |
-
!python launch.py --share --force-enable-xformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|