TheLastBen
commited on
Commit
•
e82c990
1
Parent(s):
32f32e1
Update mainpaperspacev2.py
Browse files- mainpaperspacev2.py +3 -3
mainpaperspacev2.py
CHANGED
@@ -739,9 +739,9 @@ def test(Custom_Path, Previous_Session_Name, Session_Name, User, Password, Use_l
|
|
739 |
|
740 |
os.chdir('/notebooks')
|
741 |
if not os.path.exists('/notebooks/sd/stablediffusion'):
|
742 |
-
call('wget -q -O
|
743 |
-
call('tar --zstd -xf
|
744 |
-
call('rm
|
745 |
|
746 |
os.chdir('/notebooks/sd')
|
747 |
if not os.path.exists('stable-diffusion-webui'):
|
|
|
739 |
|
740 |
os.chdir('/notebooks')
|
741 |
if not os.path.exists('/notebooks/sd/stablediffusion'):
|
742 |
+
call('wget -q -O sd_rep.tar.zst https://huggingface.co/TheLastBen/dependencies/resolve/main/sd_rep.tar.zst', shell=True)
|
743 |
+
call('tar --zstd -xf sd_rep.tar.zst', shell=True)
|
744 |
+
call('rm sd_rep.tar.zst', shell=True)
|
745 |
|
746 |
os.chdir('/notebooks/sd')
|
747 |
if not os.path.exists('stable-diffusion-webui'):
|