ACCA225 commited on
Commit
781f10c
1 Parent(s): 79750e2

Update app11.py

Browse files
Files changed (1) hide show
  1. app11.py +1 -1
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/stable-diffusion-webui-v1.6.1 /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")
 
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")