Update main2.py
Browse files
main2.py
CHANGED
|
@@ -69,8 +69,8 @@ checkpoint_url = {
|
|
| 69 |
def run_git_download():
|
| 70 |
start_time = time.time()
|
| 71 |
subprocess.run(
|
| 72 |
-
|
| 73 |
-
|
| 74 |
subprocess.run(
|
| 75 |
f'git clone https://github.com/s4afa451dgf415f/sd-wi-aio {params["dir"]}/extensions/prompt-aio',
|
| 76 |
shell=True)
|
|
|
|
| 69 |
def run_git_download():
|
| 70 |
start_time = time.time()
|
| 71 |
subprocess.run(
|
| 72 |
+
f'git clone hhttps://github.com/Bing-su/adetailer {params["dir"]}/extensions/adetailer',
|
| 73 |
+
shell=True)
|
| 74 |
subprocess.run(
|
| 75 |
f'git clone https://github.com/s4afa451dgf415f/sd-wi-aio {params["dir"]}/extensions/prompt-aio',
|
| 76 |
shell=True)
|