TheLastBen commited on
Commit
51f9317
1 Parent(s): a89ab56

Update Scripts/mainpaperspaceA1111.py

Browse files
Files changed (1) hide show
  1. Scripts/mainpaperspaceA1111.py +1 -1
Scripts/mainpaperspaceA1111.py CHANGED
@@ -146,7 +146,7 @@ def repo():
146
  call('git checkout master', shell=True, stdout=open('/dev/null', 'w'), stderr=open('/dev/null', 'w'))
147
  call('git pull', shell=True, stdout=open('/dev/null', 'w'))
148
  os.makedirs('/notebooks/sd/stable-diffusion-webui/repositories', exist_ok=True)
149
- call('git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets /notebooks/sd/stable-diffusion-webui/repositories/stable-diffusion-webui-assets', shell=True)
150
  os.chdir('/notebooks')
151
  clear_output()
152
  done()
 
146
  call('git checkout master', shell=True, stdout=open('/dev/null', 'w'), stderr=open('/dev/null', 'w'))
147
  call('git pull', shell=True, stdout=open('/dev/null', 'w'))
148
  os.makedirs('/notebooks/sd/stable-diffusion-webui/repositories', exist_ok=True)
149
+ call('git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets /notebooks/sd/stable-diffusion-webui/repositories/stable-diffusion-webui-assets', shell=True, stdout=open('/dev/null', 'w'))
150
  os.chdir('/notebooks')
151
  clear_output()
152
  done()