From 271a4979b70464e482eb5b5dfdf39291d4dc13e2 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Mon, 30 Sep 2024 20:25:35 -0400 Subject: [PATCH] [Skip CI] Remove outdated roadmap (#1052) --- README.md | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/README.md b/README.md index 686d6fc9d..0724d2148 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