Update app.py
Browse files
app.py
CHANGED
@@ -30,9 +30,8 @@ for model in models:
|
|
30 |
default_vae = model
|
31 |
else:
|
32 |
default_model = model
|
33 |
-
|
34 |
-
|
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:
|