TheLastBen commited on
Commit
6791e84
1 Parent(s): 5abb50e

Update Scripts/mainppsComfy_311.py

Browse files
Files changed (1) hide show
  1. Scripts/mainppsComfy_311.py +1 -1
Scripts/mainppsComfy_311.py CHANGED
@@ -41,7 +41,7 @@ def Deps(force_reinstall):
41
  if not os.path.exists('cache'):
42
  call('mkdir cache', shell=True)
43
  os.chdir('/deps')
44
- call('wget -q -i https://raw.githubusercontent.com/TheLastBen/fast-stable-diffusion/main/Dependencies/aptdeps.txt', shell=True)
45
  call('dpkg -i *.deb', shell=True, stdout=open('/dev/null', 'w'))
46
  depsinst("https://huggingface.co/TheLastBen/dependencies/resolve/main/ppsdeps_311.tar.zst", "/deps/ppsdeps_311.tar.zst")
47
  call('tar -C / --zstd -xf ppsdeps_311.tar.zst', shell=True, stdout=open('/dev/null', 'w'))
 
41
  if not os.path.exists('cache'):
42
  call('mkdir cache', shell=True)
43
  os.chdir('/deps')
44
+ call('wget -q -i https://raw.githubusercontent.com/TheLastBen/fast-stable-diffusion/main/Dependencies/aptdeps_311.txt', shell=True)
45
  call('dpkg -i *.deb', shell=True, stdout=open('/dev/null', 'w'))
46
  depsinst("https://huggingface.co/TheLastBen/dependencies/resolve/main/ppsdeps_311.tar.zst", "/deps/ppsdeps_311.tar.zst")
47
  call('tar -C / --zstd -xf ppsdeps_311.tar.zst', shell=True, stdout=open('/dev/null', 'w'))