diff --git a/README.md b/README.md index 929afff02..d16098cdb 100644 --- a/README.md +++ b/README.md @@ -12,19 +12,20 @@ Front-end of [ComfyUI](https://github.com/comfyanonymous/ComfyUI) modernized. Th - Front-end dev server. - Zod schema for input validation on ComfyUI workflow. - Make litegraph a npm dependency. +- Introduce Vue to start managing part of the UI. + + - Starting with node search box revamp + ### What to be done - Replace the existing ComfyUI front-end impl (). - Remove `@ts-ignore`s. - Turn on `strict` on `tsconfig.json`. -- Introduce Vue to start managing part of the UI. - - - Starting with node search box revamp - Introduce a UI library to add more widget types for node developers. - LLM streaming node. - Linear mode (Similar to InvokeAI's linear mode). -- Better node search. Sherlock https://github.com/Nuked88/ComfyUI-N-Sidebar. +- Better node management. 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. diff --git a/package.json b/package.json index ea4418d26..f095887a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "comfyui-frontend", "private": true, - "version": "1.0.2", + "version": "1.1.0", "type": "module", "scripts": { "dev": "vite",