Files
ComfyUI_frontend/browser_tests/fixtures
bymyself 0ff153693e fix: use getTitle() to find nodes by display name in getNodeRefsByTitle
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
2026-01-31 22:21:40 -08:00
..
2025-09-07 01:10:32 -07:00
2024-10-25 08:29:02 -04:00