mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 06:19:58 +00:00
The getNodeRefsByTitle function was using n.title === title, which only works for nodes with an explicitly set title property. Nodes without a custom title (most nodes) fall back to constructor.title, which is set from the node's display_name during registration. Using getTitle() instead properly returns this.title || this.constructor.title, allowing selectNodes to work with display names like 'VAE Decode' and 'Load Checkpoint'. Amp-Thread-ID: https://ampcode.com/threads/T-019c17d8-6930-748a-bd55-2370f17af8ea