Open Issues Need Help
View All on GitHubAI Summary: Debug and fix a bug in the @ComfyOrg/litegraph library where removing a reroute node incorrectly deletes a connected link. The bug is reported to occur in ComfyUI Desktop 0.4.57 and involves inspecting the provided screenshot to understand the link deletion behavior and modify the library's node removal logic to correct it.
A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.