The display_name is rather fragile, as they can change at different lifecycle of the node. The name field on node definition is the one that is not supposed to change and unique.
This PR deprecates Comfy.NodeLibrary.Bookmarks hidden setting field and added logic to automatically convert legacy bookmarks to new bookmarks in setting Comfy.NodeLibrary.Bookmarks.V2
The test failure is caused by preview overlap with the bookmark button when playwright driver tries to scroll the element leftward. Previously KSampler (Advanced) will be word breaked to 2 lines.
The
display_name
is rather fragile, as they can change at different lifecycle of the node. Thename
field on node definition is the one that is not supposed to change and unique.This PR deprecates
Comfy.NodeLibrary.Bookmarks
hidden setting field and added logic to automatically convert legacy bookmarks to new bookmarks in settingComfy.NodeLibrary.Bookmarks.V2