Do you sometimes have issue with python packages compatibility like this ?
File "...", line XX, in <module>
from YYYY import ZZZZ
ImportError: cannot import name 'ZZZZ' from 'YYYY'
If you do, then you probably have a package management issue and often it can be fixed using an environment manager like I explain in that issue on my custom_node ComfyUI_MaraScott_Nodes
to fix it, I wrote a doc on how to install conda
on your computer : How to install `conda` to isolate the python package from your computer · MaraScott/ComfyUI_MaraScott_Nodes Wiki (github.com)
Leave a Reply