stlaurentjr commited on
Commit
697685c
·
1 Parent(s): b6ccb70

Update scripts/mainrunpodA1111.py

Browse files
Files changed (1) hide show
  1. scripts/mainrunpodA1111.py +1 -1
scripts/mainrunpodA1111.py CHANGED
@@ -39,7 +39,7 @@ def Deps(force_reinstall):
39
  if not os.path.exists('cache'):
40
  call('mkdir cache', shell=True)
41
  os.chdir('deps')
42
- dwn("https://huggingface.co/ibadoo/dependencies/resolve/04600fafd94ed3ceabb078d90730e72854d02059/rnpddeps-t2.tar.zst", "/workspace/deps/rnpd-310.tar.zst", "Installing dependencies")
43
  call('tar -C / --zstd -xf rnpddeps-t2.tar.zst', shell=True, stdout=open('/dev/null', 'w'))
44
  call("sed -i 's@~/.cache@/workspace/cache@' /usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py", shell=True)
45
  os.chdir('/workspace')
 
39
  if not os.path.exists('cache'):
40
  call('mkdir cache', shell=True)
41
  os.chdir('deps')
42
+ dwn("https://huggingface.co/flix-k/sd_dependencies/resolve/80e5df1ca2fea4b1273a0162f3ad63c4a139193f/rnpddeps-t2.tar.zst", "/workspace/deps/rnpd-310.tar.zst", "Installing dependencies")
43
  call('tar -C / --zstd -xf rnpddeps-t2.tar.zst', shell=True, stdout=open('/dev/null', 'w'))
44
  call("sed -i 's@~/.cache@/workspace/cache@' /usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py", shell=True)
45
  os.chdir('/workspace')