b3xxf21f commited on
Commit
de85e73
·
1 Parent(s): 52b7d7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -30,9 +30,8 @@ for model in models:
30
  default_vae = model
31
  else:
32
  default_model = model
33
-
34
- if not os.path.exists("stable-diffusion-webui"):
35
- os.system("git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui")
36
 
37
  configs = ["ui-config.json", "config.json"]
38
  for config in configs:
 
30
  default_vae = model
31
  else:
32
  default_model = model
33
+
34
+ os.system("git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui")
 
35
 
36
  configs = ["ui-config.json", "config.json"]
37
  for config in configs: