TheLastBen commited on
Commit
cf52f78
1 Parent(s): 7fde50c

Update Scripts/sdxllorapps.py

Browse files
Files changed (1) hide show
  1. Scripts/sdxllorapps.py +3 -1
Scripts/sdxllorapps.py CHANGED
@@ -768,7 +768,9 @@ def test(MDLPTH, User, Password):
768
  call('git reset --hard', shell=True, stdout=open('/dev/null', 'w'))
769
  print('')
770
  call('git checkout master', shell=True, stdout=open('/dev/null', 'w'), stderr=open('/dev/null', 'w'))
771
- call('git pull', shell=True, stdout=open('/dev/null', 'w'))
 
 
772
  clear_output()
773
 
774
 
 
768
  call('git reset --hard', shell=True, stdout=open('/dev/null', 'w'))
769
  print('')
770
  call('git checkout master', shell=True, stdout=open('/dev/null', 'w'), stderr=open('/dev/null', 'w'))
771
+ call('git pull', shell=True, stdout=open('/dev/null', 'w'))
772
+ os.makedirs('/notebooks/sd/stable-diffusion-webui/repositories', exist_ok=True)
773
+ call('git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets /notebooks/sd/stable-diffusion-webui/repositories/stable-diffusion-webui-assets', shell=True)
774
  clear_output()
775
 
776