Hacker News new | ask | show | jobs
by matt3210 894 days ago
What does comfyUI use for flow diagrams/no-code stuff? I've been using react-flow but have been thinking about writing one from scratch that is more intune to my needs.
2 comments

It's litegraph.js [1] and seems to be the only lib they include in /web [2] :

[1] https://github.com/jagenjo/litegraph.js

[2] https://github.com/comfyanonymous/ComfyUI/tree/master/web/li...

We are also using react-flow. We have tried numerous frameworks, but eventually returned to react-flow.