TheLastBen
commited on
Commit
·
96e1d4d
1
Parent(s):
a3bb004
Update Scripts/mainpaperspacev1.py
Browse files
Scripts/mainpaperspacev1.py
CHANGED
@@ -100,7 +100,7 @@ def downloadmodel_hf(Path_to_HuggingFace):
|
|
100 |
call("git pull origin main", shell=True)
|
101 |
if os.path.exists('unet/diffusion_pytorch_model.bin'):
|
102 |
call("rm -r .git", shell=True)
|
103 |
-
call("rm
|
104 |
wget.download('https://raw.githubusercontent.com/TheLastBen/fast-stable-diffusion/main/Dreambooth/model_index.json')
|
105 |
os.chdir('/notebooks')
|
106 |
clear_output()
|
|
|
100 |
call("git pull origin main", shell=True)
|
101 |
if os.path.exists('unet/diffusion_pytorch_model.bin'):
|
102 |
call("rm -r .git", shell=True)
|
103 |
+
call("rm model_index.json", shell=True)
|
104 |
wget.download('https://raw.githubusercontent.com/TheLastBen/fast-stable-diffusion/main/Dreambooth/model_index.json')
|
105 |
os.chdir('/notebooks')
|
106 |
clear_output()
|