diff --git a/README.md b/README.md index 686d6fc9..0724d214 100644 --- a/README.md +++ b/README.md @@ -200,31 +200,6 @@ We will support custom icons later. ![image](https://github.com/user-attachments/assets/7bff028a-bf91-4cab-bf97-55c243b3f5e0) -## Road Map - -### What has been done - -- Migrate all code to TypeScript with minimal change modification to the original logic. -- Bundle all code with Vite's rollup build. -- Added a shim layer to be backward compatible with the existing extension system. -- 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. -- Easy install and version management (). -- Better node management. Sherlock . -- Replace the existing ComfyUI front-end implementation. - - -### What to be done - -- Remove `@ts-ignore`s. -- Turn on `strict` on `tsconfig.json`. -- Add more widget types for node developers. -- LLM streaming node. -- Linear mode (Similar to InvokeAI's linear mode). -- Keybinding settings management. Register keybindings API for custom nodes. - ## Development ### Git pre-commit hooks