daniel-lewis-ab / litegraph.js

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.
MIT License
16 stars 3 forks source link

FYI: a project that rewrites the javascript part of ComfyUI's frontend (but still using old LG) #23

Open liusida opened 3 months ago

liusida commented 3 months ago

https://github.com/huchenlei/ComfyUI_frontend

This project might provide some insights of how to improve ComfyUI's frontend.

./scripts/: rewritten as TypeScript. ./lib/ and ./extensions/: still stay the same for now.

daniel-lewis-ab commented 3 months ago

Oh awesome, HCL's work. Bookmarked