TheLastBen commited on
Commit
0ef3b54
1 Parent(s): c8b990c

Update Scripts/mainpaperspacev1.py

Browse files
Files changed (1) hide show
  1. Scripts/mainpaperspacev1.py +1 -1
Scripts/mainpaperspacev1.py CHANGED
@@ -173,7 +173,7 @@ def downloadmodel_lnk(CKPT_Link, safetensors):
173
  time.sleep(5)
174
 
175
 
176
- def dl(Path_to_HuggingFace, CKPT_Path, CKPT_Link):
177
 
178
  if Path_to_HuggingFace != "":
179
  downloadmodel_hf(Path_to_HuggingFace)
 
173
  time.sleep(5)
174
 
175
 
176
+ def dl(Path_to_HuggingFace, CKPT_Path, CKPT_Link, safetensors):
177
 
178
  if Path_to_HuggingFace != "":
179
  downloadmodel_hf(Path_to_HuggingFace)