TheLastBen
commited on
Commit
•
a89ab56
1
Parent(s):
60929a7
Update Scripts/mainpaperspacev1.py
Browse files
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)
|
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'))
|
852 |
os.chdir('/notebooks')
|
853 |
clear_output()
|
854 |
|