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