Update main2.py
Browse files
main2.py
CHANGED
|
@@ -84,13 +84,13 @@ def run_git_download():
|
|
| 84 |
f'git clone https://github.com/s4afa451dgf415f/sd-wi-tagcomplet {params["dir"]}/extensions/a1111-sd-wi-tagcomplete',
|
| 85 |
shell=True)
|
| 86 |
subprocess.run(
|
| 87 |
-
f'git clone https://github.com/
|
| 88 |
shell=True)
|
| 89 |
subprocess.run(
|
| 90 |
-
f'git clone https://github.com/
|
| 91 |
shell=True)
|
| 92 |
subprocess.run(
|
| 93 |
-
f'git clone https://github.com/
|
| 94 |
shell=True)
|
| 95 |
# subprocess.run(
|
| 96 |
# f'git clone https://github.com/nonnonstop/sd-webui-3d-open-pose-editor {params["dir"]}/extensions/sd-wi-3d-open-pose-editor',
|
|
|
|
| 84 |
f'git clone https://github.com/s4afa451dgf415f/sd-wi-tagcomplet {params["dir"]}/extensions/a1111-sd-wi-tagcomplete',
|
| 85 |
shell=True)
|
| 86 |
subprocess.run(
|
| 87 |
+
f'git clone https://github.com/picobyte/stable-diffusion-webui-wd14-tagger {params["dir"]}/extensions/stable-diffusion-wi-wd14-tagger',
|
| 88 |
shell=True)
|
| 89 |
subprocess.run(
|
| 90 |
+
f'git clone https://github.com/Coyote-A/ultimate-upscale-for-automatic1111 {params["dir"]}/extensions/ultimate-upscale',
|
| 91 |
shell=True)
|
| 92 |
subprocess.run(
|
| 93 |
+
f'git clone https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111 {params["dir"]}/extensions/multidiffusion-upscaler',
|
| 94 |
shell=True)
|
| 95 |
# subprocess.run(
|
| 96 |
# f'git clone https://github.com/nonnonstop/sd-webui-3d-open-pose-editor {params["dir"]}/extensions/sd-wi-3d-open-pose-editor',
|