WASasquatch / was-node-suite-comfyui

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

Missing node of WAS Node Suite after installing #154

Closed wardensc2 closed 1 year ago

wardensc2 commented 1 year ago

Hi, I just install your node suite by using ComfyUI Manager but Comfy just show missing the 2 nodes:

image

How do I fix this problem

Thank you in advance

WASasquatch commented 1 year ago

There is likely an error in your console which would tell us what is wrong. But the likely culprit is not installing correctly.

auroraTDunn commented 1 year ago

I have the same issue. I've tried installing via the ComfyUi Manager, from Civitai, and the manual way with git clone and pip installing requirements.txt as per the instructions. I get no errors with any of these methods when installing and get no messages in the console, nor in comfyui.log. When I 'think' its installed I go into Comfy and see no WAS node suit under Custom Nodes (it exists in the custom_nodes directory but Comfy does not see them when you try to add a node). If I load a json, or png which utilizes any WAS nodes I get an error similar to the OP image stating that it can not find them. If I open the Manager to install missing nodes it finds the WAS suite is installed giving me the option to disable or uninstall.

WASasquatch commented 1 year ago

Sounds like you are all installing to your systems python and not ComfyUI Standalone Portable installations python.exe found in python_embeded. You will need to uninstall from the system and install properly with the portables exe like it shows In the directions with the full path to the exe.

There is also a install.bat which should automatically detect portable install if you have the install in was-node-suite-comfyui in custom_nodes

On Fri, Aug 11, 2023, 8:51 AM Tim Dunn @.***> wrote:

I have the same issue. I've tried installing via the ComfyUi Manager, from Civitai, and the manual way with git clone and pip installing requirements.txt as per the instructions. I get no errors with any of these methods when installing and get no messages in the console, nor in comfyui.log. When I 'think' its installed I go into Comfy and see no WAS node suit under Custom Nodes (it exists in the custom_nodes directory but Comfy does not see them when you try to add a node). If I load a json, or png which utilizes any WAS nodes I get an error similar to the OP image stating that it can not find them. If I open the Manager to install missing nodes it finds the WAS suite is installed giving me the option to disable or uninstall.

— Reply to this email directly, view it on GitHub https://github.com/WASasquatch/was-node-suite-comfyui/issues/154#issuecomment-1675003461, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIZEZKC2JZXACBXUNWRG7LXUZIHZANCNFSM6AAAAAA3FIZQPM . You are receiving this because you commented.Message ID: @.***>

auroraTDunn commented 1 year ago

That was exactly it. I thought I had it linking to the Comfy python version not one of my others (I have several since I teach Python a lot). Its working now THANKS!