Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ if("A10G" in gpu_info):
|
|
6 |
os.system(f"pip install -q https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.15/xformers-0.0.15.dev0+4c06c79.d20221205-cp38-cp38-linux_x86_64.whl")
|
7 |
elif("" in gpu_info):
|
8 |
os.system(f"pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.15/xformers-0.0.15.dev0+1515f77.d20221130-cp38-cp38-linux_x86_64.whl")
|
9 |
-
os.system(f"git clone -b v1.5 https://github.com/
|
10 |
os.chdir("/home/user/app/stable-diffusion-webui")
|
11 |
|
12 |
os.system(f"wget -q https://github.com/camenduru/webui/raw/main/env_patch.py -O /home/user/app/env_patch.py")
|
|
|
6 |
os.system(f"pip install -q https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.15/xformers-0.0.15.dev0+4c06c79.d20221205-cp38-cp38-linux_x86_64.whl")
|
7 |
elif("" in gpu_info):
|
8 |
os.system(f"pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.15/xformers-0.0.15.dev0+1515f77.d20221130-cp38-cp38-linux_x86_64.whl")
|
9 |
+
os.system(f"git clone -b v1.5 https://github.com//Rusbelito/inestabvle-difucion/ /home/user/app/stable-diffusion-webui")
|
10 |
os.chdir("/home/user/app/stable-diffusion-webui")
|
11 |
|
12 |
os.system(f"wget -q https://github.com/camenduru/webui/raw/main/env_patch.py -O /home/user/app/env_patch.py")
|