TheLastBen/PPS

How to upgrade python version on paperspace?

Opened this issue · 6 comments

I want to use an extension but it requires at least Python 3.10 which paperspace doesn't have.

Paperspace is running with 3.9, Runpod does use 3.10

Hello, Can we change Python version in PPS-ComfyUI.ipynb on 3.10?

That's nodes don't work with Python 3.9:

I found about how to create a container, only in the script at startup I don't understand what needs to be changed yet
https://github.com/Engineer-of-Stuff/stable-diffusion-paperspace#a-note-about-python-310

I found about how to create a container, only in the script at startup I don't understand what needs to be changed yet https://github.com/Engineer-of-Stuff/stable-diffusion-paperspace#a-note-about-python-310

You can basically start a new workflow from scratch, while setting it up, go to advanced and paste this in the container:
cyberes/gradient-base-py3.10:latest

I have tried that a few months ago but I remember correctly, this notebook had errors using 3.10 so I went back to 3.9

I found about how to create a container, only in the script at startup I don't understand what needs to be changed yet https://github.com/Engineer-of-Stuff/stable-diffusion-paperspace#a-note-about-python-310

You can basically start a new workflow from scratch, while setting it up, go to advanced and paste this in the container: cyberes/gradient-base-py3.10:latest

I have tried that a few months ago but I remember correctly, this notebook had errors using 3.10 so I went back to 3.9

I tried it for the first time, today I decided to switch to 3.10 since these nodes do not work with Python 3.9

I changed 3.9 to 3.10 in the script (mainppsComfy.py), it worked for a while, but now with the same notes, you need to constantly manually set dependencies. I don't understand the code well, so I'll have to switch to 3.9 again, apparently.

That an ongoing issue unfortunatley, as time goes more and more extension are converging to py 3.10.. stil this notebook you made is the only way to run comfy on paperspace...