Update Scripts/sdxllorapps.py
Browse files- 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('[1;32m')
|
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('[1;32m')
|
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 |
|