Open jayceftg opened 4 months ago
you need to update your vm, there is an "update" link in the status bar in paperspace,
you need to update your vm, there is an "update" link in the status bar in paperspace,
Thanks! I was browsing through issues. I saw that you deleted the original files because of issues with Paperspace, and also I was glad to see that things seem to have worked out.
Since I think Paperspace has solved the problems, is it possible that you upload the older files back so the old version would still works? I am using an older notebook, upgrading it may break some other things in the system. Thank you for your hard work.
Trying to run the script, but:
File /notebooks/mainppsComfy.py:48, in Deps(force_reinstall) 46 call('wget -q -i https://raw.githubusercontent.com/TheLastBen/fast-stable-diffusion/main/Dependencies/aptdeps.txt', shell=True) 47 call('dpkg -i *.deb', shell=True, stdout=open('/dev/null', 'w')) ---> 48 depsinst("https://huggingface.co/TheLastBen/dependencies/resolve/main/ppsdeps.tar.zst", "/deps/ppsdeps.tar.zst") 49 call('tar -C / --zstd -xf ppsdeps.tar.zst', shell=True, stdout=open('/dev/null', 'w')) 50 call("sed -i 's@~/.cache@/notebooks/cache@' /usr/local/lib/python3.9/dist-packages/transformers/utils/hub.py", shell=True)
Checked:https://huggingface.co/TheLastBen/dependencies/tree/main
there''s no ppsdeps anymore but only ppsdeps_311?