Update app11.py
Browse files
app11.py
CHANGED
@@ -18,7 +18,7 @@ from concurrent.futures import ProcessPoolExecutor
|
|
18 |
# import wandb
|
19 |
os.system("pip install nvidia-ml-py3")
|
20 |
os.chdir(f"/home/xlab-app-center")
|
21 |
-
os.system(f"git clone https://openi.pcl.ac.cn/2575044704/
|
22 |
os.system(f"cp /home/xlab-app-center/styles.csv /home/xlab-app-center/stable-diffusion-webui/styles.csv")
|
23 |
os.chdir(f"/home/xlab-app-center/stable-diffusion-webui")
|
24 |
os.system(f"git lfs install")
|
|
|
18 |
# import wandb
|
19 |
os.system("pip install nvidia-ml-py3")
|
20 |
os.chdir(f"/home/xlab-app-center")
|
21 |
+
os.system(f"git clone https://openi.pcl.ac.cn/2575044704/sd-v1.7.0 /home/xlab-app-center/stable-diffusion-webui")
|
22 |
os.system(f"cp /home/xlab-app-center/styles.csv /home/xlab-app-center/stable-diffusion-webui/styles.csv")
|
23 |
os.chdir(f"/home/xlab-app-center/stable-diffusion-webui")
|
24 |
os.system(f"git lfs install")
|