Update Version of Pytorch Lightning in ComfyUI Portable Download
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
I'm actually not sure if I'm even asking the right question, here, but with the new LDSR node released by Flowtyone this week, many users are getting error messages when attempting to run workflows stating we are running the wrong version of "pytorch lightning". In order to get this to work for us, we have to make the following change to his code in the file ddpm.py:
Change from...
from pytorch_lightning.utilities.distributed import rank_zero_only
To...
from pytorch_lightning.utilities.rank_zero import rank_zero_only
I'm not at all knowledgeable about such things, but I figured since I'm using an unzipped file from your repository for my ComfyUI installation, maybe I should start here with you.
Please let me know if any of this makes sense.
Thank you!
Contributor guide
Assessment
This issue has not been assessed yet.