Update app11.py
Browse files
app11.py
CHANGED
@@ -34,13 +34,13 @@ def notbook():
|
|
34 |
|
35 |
os.system("pip install nvidia-ml-py3")
|
36 |
os.chdir(f"/home/xlab-app-center")
|
37 |
-
os.system(f"git clone https://openi.pcl.ac.cn/2575044704/
|
38 |
os.system(f"cp /home/xlab-app-center/styles.csv /home/xlab-app-center/stable-diffusion-webui/styles.csv")
|
39 |
os.chdir(f"/home/xlab-app-center/stable-diffusion-webui")
|
40 |
#os.system("wget https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui2/raw/branch/master/webui.py -O webui.py")
|
41 |
-
os.system(f"git lfs install")
|
42 |
-
os.system(f"git reset --hard")
|
43 |
-
os.system("wget https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui2/raw/branch/master/webui.py -O webui.py")
|
44 |
|
45 |
os.chdir(f"/home/xlab-app-center/stable-diffusion-webui/extensions")
|
46 |
os.system(f"rm -rf ./batchlinks-webui")
|
|
|
34 |
|
35 |
os.system("pip install nvidia-ml-py3")
|
36 |
os.chdir(f"/home/xlab-app-center")
|
37 |
+
os.system(f"git clone https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui-forge /home/xlab-app-center/stable-diffusion-webui")
|
38 |
os.system(f"cp /home/xlab-app-center/styles.csv /home/xlab-app-center/stable-diffusion-webui/styles.csv")
|
39 |
os.chdir(f"/home/xlab-app-center/stable-diffusion-webui")
|
40 |
#os.system("wget https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui2/raw/branch/master/webui.py -O webui.py")
|
41 |
+
#os.system(f"git lfs install")
|
42 |
+
#os.system(f"git reset --hard")
|
43 |
+
#os.system("wget https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui2/raw/branch/master/webui.py -O webui.py")
|
44 |
|
45 |
os.chdir(f"/home/xlab-app-center/stable-diffusion-webui/extensions")
|
46 |
os.system(f"rm -rf ./batchlinks-webui")
|