TheLastBen commited on
Commit
96f90a0
1 Parent(s): 9fc6a02

Update Scripts/mainpaperspacev1.py

Browse files
Files changed (1) hide show
  1. Scripts/mainpaperspacev1.py +1 -1
Scripts/mainpaperspacev1.py CHANGED
@@ -848,7 +848,7 @@ def testui(Custom_Path, Previous_Session_Name, Session_Name, User, Password):
848
  call('git checkout master', shell=True, stdout=open('/dev/null', 'w'), stderr=open('/dev/null', 'w'))
849
  call('git pull', shell=True, stdout=open('/dev/null', 'w'))
850
  os.makedirs('/notebooks/sd/stable-diffusion-webui/repositories', exist_ok=True)
851
- 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'))
852
  os.chdir('/notebooks')
853
  clear_output()
854
 
 
848
  call('git checkout master', shell=True, stdout=open('/dev/null', 'w'), stderr=open('/dev/null', 'w'))
849
  call('git pull', shell=True, stdout=open('/dev/null', 'w'))
850
  os.makedirs('/notebooks/sd/stable-diffusion-webui/repositories', exist_ok=True)
851
+ 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'), stderr=open('/dev/null', 'w'))
852
  os.chdir('/notebooks')
853
  clear_output()
854