From d2e0fb7439c3fcc4d9d0510f1b5a66ef4ea57a3c Mon Sep 17 00:00:00 2001 From: huchenlei Date: Wed, 19 Jun 2024 11:17:27 -0400 Subject: [PATCH] Update README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad19bba6c..94f24799a 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,11 @@ Front-end of [ComfyUI](https://github.com/comfyanonymous/ComfyUI) modernized. Th - Invoke AI canvas. - Better node search. Sherlock https://github.com/Nuked88/ComfyUI-N-Sidebar. - Keybinding settings management. Register keybindings API for custom nodes. -- New extensions API for adding UI related features. +- New extensions API for adding UI-related features. ## Development -Note1: You need to patch comfyanonymous/ComfyUI#3779 for the dev server to work. - -Note2: The dev server will NOT load any extension from the ComfyUI server. Only +Note: The dev server will NOT load any extension from the ComfyUI server. Only core extensions will be loaded. - Run `npm install` to install the necessary packages