RSPMetaAdmin commited on
Commit
b98331a
1 Parent(s): af553e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -28,6 +28,7 @@ os.system(f"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggin
28
  os.chdir(f"/home/user/app/stable-diffusion-webui/extensions")
29
  os.system(f"git clone https://github.com/Mikubill/sd-webui-controlnet.git")
30
  os.system(f"git clone https://github.com/ahgsql/StyleSelectorXL.git")
 
31
  # Installing required dependencies (if any)
32
  os.chdir(f"/home/user/app/stable-diffusion-webui/extensions/sd-webui-controlnet/models")
33
 
 
28
  os.chdir(f"/home/user/app/stable-diffusion-webui/extensions")
29
  os.system(f"git clone https://github.com/Mikubill/sd-webui-controlnet.git")
30
  os.system(f"git clone https://github.com/ahgsql/StyleSelectorXL.git")
31
+ os.system(f"git clone https://github.com/thomasasfk/sd-webui-aspect-ratio-helper.git")
32
  # Installing required dependencies (if any)
33
  os.chdir(f"/home/user/app/stable-diffusion-webui/extensions/sd-webui-controlnet/models")
34