TheLastBen
commited on
Commit
•
ab460d4
1
Parent(s):
96f90a0
Update Scripts/mainpaperspacev2.py
Browse files
Scripts/mainpaperspacev2.py
CHANGED
@@ -895,7 +895,7 @@ def testui(Custom_Path, Previous_Session_Name, Session_Name, User, Password):
|
|
895 |
call('git checkout master', shell=True, stdout=open('/dev/null', 'w'), stderr=open('/dev/null', 'w'))
|
896 |
call('git pull', shell=True, stdout=open('/dev/null', 'w'))
|
897 |
os.makedirs('/notebooks/sd/stable-diffusion-webui/repositories', exist_ok=True)
|
898 |
-
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'))
|
899 |
os.chdir('/notebooks')
|
900 |
clear_output()
|
901 |
|
|
|
895 |
call('git checkout master', shell=True, stdout=open('/dev/null', 'w'), stderr=open('/dev/null', 'w'))
|
896 |
call('git pull', shell=True, stdout=open('/dev/null', 'w'))
|
897 |
os.makedirs('/notebooks/sd/stable-diffusion-webui/repositories', exist_ok=True)
|
898 |
+
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'))
|
899 |
os.chdir('/notebooks')
|
900 |
clear_output()
|
901 |
|