From c276d1ae7fe4e0dab6d2e4cf3046c2b45acd67ef Mon Sep 17 00:00:00 2001 From: jesterjunk Date: Mon, 8 Sep 2025 01:01:56 -0500 Subject: [PATCH] Update README.md Added litegraph.js to the Credits, it is the node engine that ComfyUI uses under the hood. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 38ef95c..dfa4490 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,8 @@ The nodes were originally made for use in the Comfyroll Template Workflows. # Credits +jagenjo/[litegraph.js](https://github.com/jagenjo/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. + comfyanonymous/[ComfyUI](https://github.com/comfyanonymous/ComfyUI) - A powerful and modular stable diffusion GUI. WASasquatch/[was-node-suite-comfyui](https://github.com/WASasquatch/was-node-suite-comfyui) - A powerful custom node extensions of ComfyUI.