WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.23k stars 178 forks source link

Pilgram module not found #447

Open matwin99 opened 4 months ago

matwin99 commented 4 months ago

Hi. I keep getting this message:

File "\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 4125, in image_blending_mode import pilgram ModuleNotFoundError: No module named 'pilgram'

I do a pip install pilgram and it tells me it is already installed. I have a folder ComfyUI_Pilgram in \custom-nodes\

What can i do to fix? thanks

WASasquatch commented 4 months ago

ComfyUI_Pilgram is probably a conflict. My suite uses pilgram package and that custom_node may be overriding it in the namespace, not sure. But all it's doing is importing pilgram, so if it can't import it something is wrong with the environment setup.

matwin99 commented 4 months ago

cheers. i believe i have found the issue. If running a portable version of comfyui then in was-node-suite you need to run the install.bat This has fixed the issue for me however now i have new issues in different parts of the workflow. hahaha. Not related i think.