TheLastBen
commited on
Update Scripts/sdxllorapps.py
Browse files- Scripts/sdxllorapps.py +1 -1
Scripts/sdxllorapps.py
CHANGED
@@ -770,7 +770,7 @@ def test(MDLPTH, User, Password):
|
|
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, stdout=open('/dev/null', 'w'))
|
774 |
clear_output()
|
775 |
|
776 |
|
|
|
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, stdout=open('/dev/null', 'w'), stderr=open('/dev/null', 'w'))
|
774 |
clear_output()
|
775 |
|
776 |
|