Update app11.py
Browse files
app11.py
CHANGED
@@ -36,9 +36,11 @@ os.chdir(f"/home/xlab-app-center")
|
|
36 |
os.system(f"git clone https://openi.pcl.ac.cn/2575044704/sd-v1.7.0 /home/xlab-app-center/stable-diffusion-webui")
|
37 |
os.system(f"cp /home/xlab-app-center/styles.csv /home/xlab-app-center/stable-diffusion-webui/styles.csv")
|
38 |
os.chdir(f"/home/xlab-app-center/stable-diffusion-webui")
|
39 |
-
os.system("wget https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui2/raw/branch/master/webui.py -O webui.py")
|
40 |
os.system(f"git lfs install")
|
41 |
os.system(f"git reset --hard")
|
|
|
|
|
42 |
os.chdir(f"/home/xlab-app-center/stable-diffusion-webui/extensions")
|
43 |
os.system(f"rm -rf ./batchlinks-webui")
|
44 |
plugins = [
|
|
|
36 |
os.system(f"git clone https://openi.pcl.ac.cn/2575044704/sd-v1.7.0 /home/xlab-app-center/stable-diffusion-webui")
|
37 |
os.system(f"cp /home/xlab-app-center/styles.csv /home/xlab-app-center/stable-diffusion-webui/styles.csv")
|
38 |
os.chdir(f"/home/xlab-app-center/stable-diffusion-webui")
|
39 |
+
#os.system("wget https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui2/raw/branch/master/webui.py -O webui.py")
|
40 |
os.system(f"git lfs install")
|
41 |
os.system(f"git reset --hard")
|
42 |
+
os.system("wget https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui2/raw/branch/master/webui.py -O webui.py")
|
43 |
+
|
44 |
os.chdir(f"/home/xlab-app-center/stable-diffusion-webui/extensions")
|
45 |
os.system(f"rm -rf ./batchlinks-webui")
|
46 |
plugins = [
|