DuckyPolice commited on
Commit
70c3cd4
1 Parent(s): b823025

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -39,15 +39,15 @@ else:
39
  #os.system(f"wget -q https://gist.github.com/camenduru/9ec5f8141db9902e375967e93250860f/raw/d0bcf01786f20107c329c03f8968584ee67be12a/run_n_times.py -O /home/user/app/stable-diffusion-webui/scripts/run_n_times.py")
40
  print("Fetching Extensions...")
41
  # Please duplicate this space and delete # character in front of the extension you want to use or add here more extensions with same structure os.system(f"git clone https://EXTENSION_GIT_URL /home/user/app/stable-diffusion-webui/extensions/EXTENSION_NAME")
42
- ##os.system(f"wget -q https://github.com/vladmandic/sd-extension-steps-animation/tree/90663eb7450c3487b693cf20e76ec4d7edd78cd5 -O /home/user/app/stable-diffusion-webui/extentions/video-gen")
43
- ##os.system(f"git clone https://github.com/camenduru/stable-diffusion-webui-artists-to-study /home/user/app/stable-diffusion-webui/extensions/stable-diffusion-webui-artists-to-study")
44
- ##os.system(f"git clone https://github.com/butaixianran/Stable-Diffusion-Webui-Civitai-Helper /home/user/app/stable-diffusion-webui/extensions/Stable-Diffusion-Webui-Civitai-Helper")
45
- ##os.system(f"git clone https://github.com/kohya-ss/sd-webui-additional-networks /home/user/app/stable-diffusion-webui/extensions/sd-webui-additional-networks")
46
- ##os.system(f"wget -q https://huggingface.co/qewadszcx132/hyperbreasts/resolve/main/hyperbreasts_v4.ckpt -O /home/user/app/stable-diffusion-webui/extensions/sd-webui-additional-networks/models/lora/hyperbreasts_v4.ckpt")
47
- ##os.system(f"wget -q https://huggingface.co/Osmond141319/Hyperbreasts/resolve/main/hyperbreasts_v5Lora.ckpt -O /home/user/app/stable-diffusion-webui/extensions/sd-webui-additional-networks/models/lora/hyperbreasts_v5.ckpt")
48
- ##os.system(f"git clone https://github.com/yfszzx/stable-diffusion-webui-images-browser /home/user/app/stable-diffusion-webui/extensions/stable-diffusion-webui-images-browser")
49
- ##os.system(f"git clone https://github.com/deforum-art/deforum-for-automatic1111-webui /home/user/app/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui")
50
- ##os.system(f"git clone https://github.com/bbc-mc/sdweb-merge-block-weighted-gui /home/user/app/stable-diffusion-webui/extentions/model-merger")
51
 
52
  # Please duplicate this space and delete # character in front of the model you want to use or add here more ckpts with same structure os.system(f"wget -q https://CKPT_URL -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/CKPT_NAME.ckpt")
53
  print("Fetching Models...")
 
39
  #os.system(f"wget -q https://gist.github.com/camenduru/9ec5f8141db9902e375967e93250860f/raw/d0bcf01786f20107c329c03f8968584ee67be12a/run_n_times.py -O /home/user/app/stable-diffusion-webui/scripts/run_n_times.py")
40
  print("Fetching Extensions...")
41
  # Please duplicate this space and delete # character in front of the extension you want to use or add here more extensions with same structure os.system(f"git clone https://EXTENSION_GIT_URL /home/user/app/stable-diffusion-webui/extensions/EXTENSION_NAME")
42
+ os.system(f"wget -q https://github.com/vladmandic/sd-extension-steps-animation/tree/90663eb7450c3487b693cf20e76ec4d7edd78cd5 -O /home/user/app/stable-diffusion-webui/extentions/video-gen")
43
+ os.system(f"git clone https://github.com/camenduru/stable-diffusion-webui-artists-to-study /home/user/app/stable-diffusion-webui/extensions/stable-diffusion-webui-artists-to-study")
44
+ os.system(f"git clone https://github.com/butaixianran/Stable-Diffusion-Webui-Civitai-Helper /home/user/app/stable-diffusion-webui/extensions/Stable-Diffusion-Webui-Civitai-Helper")
45
+ os.system(f"git clone https://github.com/kohya-ss/sd-webui-additional-networks /home/user/app/stable-diffusion-webui/extensions/sd-webui-additional-networks")
46
+ os.system(f"wget -q https://huggingface.co/qewadszcx132/hyperbreasts/resolve/main/hyperbreasts_v4.ckpt -O /home/user/app/stable-diffusion-webui/extensions/sd-webui-additional-networks/models/lora/hyperbreasts_v4.ckpt")
47
+ os.system(f"wget -q https://huggingface.co/Osmond141319/Hyperbreasts/resolve/main/hyperbreasts_v5Lora.ckpt -O /home/user/app/stable-diffusion-webui/extensions/sd-webui-additional-networks/models/lora/hyperbreasts_v5.ckpt")
48
+ os.system(f"git clone https://github.com/yfszzx/stable-diffusion-webui-images-browser /home/user/app/stable-diffusion-webui/extensions/stable-diffusion-webui-images-browser")
49
+ os.system(f"git clone https://github.com/deforum-art/deforum-for-automatic1111-webui /home/user/app/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui")
50
+ os.system(f"git clone https://github.com/bbc-mc/sdweb-merge-block-weighted-gui /home/user/app/stable-diffusion-webui/extentions/model-merger")
51
 
52
  # Please duplicate this space and delete # character in front of the model you want to use or add here more ckpts with same structure os.system(f"wget -q https://CKPT_URL -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/CKPT_NAME.ckpt")
53
  print("Fetching Models...")