From 3fc85f1fb69906c572df4102c7b79408a54810db Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Fri, 9 Aug 2024 11:11:43 -0400 Subject: [PATCH] Update README.md (#346) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 39699dc87..e48f66a6f 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,10 @@ core extensions will be loaded. - `npm run test:generate:examples` to extract the example workflows - `npm run test` to execute all unit tests. +### LiteGraph + +This repo is using litegraph package hosted on https://github.com/Comfy-Org/litegraph.js. Any changes to litegraph should be submitted in that repo instead. + ## Deploy - Option 1: Set `DEPLOY_COMFYUI_DIR` in `.env` and run `npm run deploy`.