daasd commited on
Commit
bb2eae2
·
verified ·
1 Parent(s): b114c6e

Update main2.py

Browse files
Files changed (1) hide show
  1. main2.py +1 -1
main2.py CHANGED
@@ -69,7 +69,7 @@ checkpoint_url = {
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',
 
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)
74
  subprocess.run(
75
  f'git clone https://github.com/s4afa451dgf415f/sd-wi-aio {params["dir"]}/extensions/prompt-aio',