You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
THe state of ComfyUi and extensions are running on python 3.10
Creating a container in paperspace with py 3.10 is possible using " cyberes/gradient-base-py3.10:latest "
I have tryed to install your packages, and so run the "install dependencies " cell but got this error:
FileNotFoundError Traceback (most recent call last)
Cell In [1], line 8
3 force_reinstall= True
5 # Set to true only if you want to install the dependencies again.
6
7 #--------------------
----> 8 with open('/dev/null', 'w') as devnull:import requests, os, importlib;open('/notebooks/mainppsComfy.py', 'wb').write(requests.get('https://huggingface.co/datasets/TheLastBen/PPS/raw/main/Scripts/mainppsComfy.py').content);os.chdir('/notebooks');import mainppsComfy;importlib.reload(mainppsComfy);from mainppsComfy import *;Deps(force_reinstall)
THe state of ComfyUi and extensions are running on python 3.10
Creating a container in paperspace with py 3.10 is possible using " cyberes/gradient-base-py3.10:latest "
I have tryed to install your packages, and so run the "install dependencies " cell but got this error:
FileNotFoundError Traceback (most recent call last)
Cell In [1], line 8
3 force_reinstall= True
5 # Set to true only if you want to install the dependencies again.
6
7 #--------------------
----> 8 with open('/dev/null', 'w') as devnull:import requests, os, importlib;open('/notebooks/mainppsComfy.py', 'wb').write(requests.get('https://huggingface.co/datasets/TheLastBen/PPS/raw/main/Scripts/mainppsComfy.py').content);os.chdir('/notebooks');import mainppsComfy;importlib.reload(mainppsComfy);from mainppsComfy import *;Deps(force_reinstall)
File /notebooks/mainppsComfy.py:33, in Deps(force_reinstall)
31 call("pip install --root-user-action=ignore --no-deps -q accelerate==0.12.0", shell=True, stdout=open('/dev/null', 'w'))
32 if not os.path.exists('/usr/local/lib/python3.9/dist-packages/safetensors'):
---> 33 os.chdir('/usr/local/lib/python3.9/dist-packages')
34 call("rm -r torch torch-1.12.1+cu116.dist-info torchaudio* torchvision* PIL Pillow* transformers* numpy* gdown*", shell=True, stdout=open('/dev/null', 'w'))
35 ntbk()
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.9/dist-packages'
The text was updated successfully, but these errors were encountered: