This commit is contained in:
Chenlei Hu
2024-07-10 19:53:25 -04:00
committed by GitHub
parent a28ac0c0fa
commit 99193e4b52
2 changed files with 6 additions and 5 deletions

View File

@@ -12,19 +12,20 @@ Front-end of [ComfyUI](https://github.com/comfyanonymous/ComfyUI) modernized. Th
- Front-end dev server. - Front-end dev server.
- Zod schema for input validation on ComfyUI workflow. - Zod schema for input validation on ComfyUI workflow.
- Make litegraph a npm dependency. <https://github.com/Comfy-Org/ComfyUI_frontend/pull/89> - Make litegraph a npm dependency. <https://github.com/Comfy-Org/ComfyUI_frontend/pull/89>
- Introduce Vue to start managing part of the UI.
- Starting with node search box revamp
### What to be done ### What to be done
- Replace the existing ComfyUI front-end impl (<https://github.com/comfyanonymous/ComfyUI/pull/3897>). - Replace the existing ComfyUI front-end impl (<https://github.com/comfyanonymous/ComfyUI/pull/3897>).
- Remove `@ts-ignore`s. - Remove `@ts-ignore`s.
- Turn on `strict` on `tsconfig.json`. - 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. - Introduce a UI library to add more widget types for node developers.
- LLM streaming node. - LLM streaming node.
- Linear mode (Similar to InvokeAI's linear mode). - 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. - 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.

View File

@@ -1,7 +1,7 @@
{ {
"name": "comfyui-frontend", "name": "comfyui-frontend",
"private": true, "private": true,
"version": "1.0.2", "version": "1.1.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",