TheLastBen commited on
Commit
7f0bf03
1 Parent(s): 9d01380

Update Scripts/mainpaperspacev1.py

Browse files
Files changed (1) hide show
  1. Scripts/mainpaperspacev1.py +1 -2
Scripts/mainpaperspacev1.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'):
 
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'):