Comfy-Org / ComfyUI_frontend

Official front-end implementation of ComfyUI
https://www.comfy.org/
GNU General Public License v3.0
421 stars 52 forks source link

[Bug]: Missing nodes from nodes selector #494

Closed rgthree closed 3 weeks ago

rgthree commented 3 weeks ago

Frontend Version

1.2.23

Expected Behavior

Opening the node selector shows same nodes as old UI did.

Actual Behavior

New UI's node selector is missing many nodes.

Steps to Reproduce

Open the new UI node selector, either from the left bar or by double clicking. Search for "rgthree" to filter to rgthree-comfy nodes.

Notice the list is missing many nodes, including the popular Bookmark, Reroute, Fast Group Muter, etc.

Debug Logs

N/a

Browser Logs

None applicable.

What browsers do you use to access the UI ?

No response

Other

Note, the missing nodes are virtual nodes, extended from LiteGraph LGraphNode and doing the normal registration process. I notice other virtual nodes appear, like "Note" etc. AND these used to appear fine in the old UI, so my expectation is these should appear here as well.

Screenshot 2024-08-17 150357

rgthree commented 3 weeks ago

Originally reported here https://github.com/comfyanonymous/ComfyUI/issues/4445

JorgeR81 commented 3 weeks ago

Some custom nodes are in a different folder. Not sure why.

rg

rgthree commented 3 weeks ago

Nice, just pulled the latest and it looks like it was fixed between 1.2.23 and 1.2.26. I do wish they were in their real folder, but at least we can get to them now.