alt-key-project / comfyui-dream-project

Animation supporting nodes for ComfyUI
MIT License
76 stars 7 forks source link

No module named 'evalidate' #5

Closed linnkoln closed 9 months ago

linnkoln commented 9 months ago

Cannot import E:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project module for custom nodes: No module named 'evalidate' image

alt-key-project commented 9 months ago

Whenever a new module is added to the requirements of any custom node pack, it will cause this problem for people updating with "git pull" - as far as I know (please correct me if I am wrong here) there is no way to support this automatically in comfyui and the manager. You have two options, either simply uninstall and install using the comfyui manager, or run pip install on the requirements file correctly using the python interpreter of your installation (as mentioned in the installation instructions).