TheLastBen commited on
Commit
9d01380
1 Parent(s): 6e8a75f

Update Scripts/mainpaperspacev2.py

Browse files
Files changed (1) hide show
  1. Scripts/mainpaperspacev2.py +1 -4
Scripts/mainpaperspacev2.py CHANGED
@@ -54,8 +54,7 @@ def Deps(force_reinstall):
54
  call('wget -q -i https://huggingface.co/datasets/TheLastBen/PPS/raw/main/Notebooks.txt', shell=True)
55
  call('rm Notebooks.txt', shell=True)
56
  os.chdir('/notebooks')
57
- call('wget -q -i https://raw.githubusercontent.com/TheLastBen/fast-stable-diffusion/main/Dependencies/aptdeps.txt', shell=True)
58
- os.chdir('/notebooks')
59
  if not os.path.exists('/models'):
60
  call('mkdir /models', shell=True)
61
  if not os.path.exists('/notebooks/models'):
@@ -82,8 +81,6 @@ def Deps(force_reinstall):
82
  done()
83
 
84
 
85
-
86
-
87
  def downloadmodel_hfv2(Path_to_HuggingFace):
88
  import wget
89
 
 
54
  call('wget -q -i https://huggingface.co/datasets/TheLastBen/PPS/raw/main/Notebooks.txt', shell=True)
55
  call('rm Notebooks.txt', shell=True)
56
  os.chdir('/notebooks')
57
+
 
58
  if not os.path.exists('/models'):
59
  call('mkdir /models', shell=True)
60
  if not os.path.exists('/notebooks/models'):
 
81
  done()
82
 
83
 
 
 
84
  def downloadmodel_hfv2(Path_to_HuggingFace):
85
  import wget
86