daasd commited on
Commit
04b62bd
·
verified ·
1 Parent(s): 1e61834

Update main2.py

Browse files
Files changed (1) hide show
  1. main2.py +3 -0
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)