File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,20 @@ Front-end of [ComfyUI](https://github.com/comfyanonymous/ComfyUI) modernized. Th
1212- Front-end dev server.
1313- Zod schema for input validation on ComfyUI workflow.
1414- Make litegraph a npm dependency. < https://github.com/Comfy-Org/ComfyUI_frontend/pull/89 >
15+ - Introduce Vue to start managing part of the UI.
16+
17+ - Starting with node search box revamp
18+
1519
1620### What to be done
1721
1822- Replace the existing ComfyUI front-end impl (< https://github.com/comfyanonymous/ComfyUI/pull/3897 > ).
1923- Remove ` @ts-ignore ` s.
2024- Turn on ` strict ` on ` tsconfig.json ` .
21- - Introduce Vue to start managing part of the UI.
22-
23- - Starting with node search box revamp
2425- Introduce a UI library to add more widget types for node developers.
2526- LLM streaming node.
2627- Linear mode (Similar to InvokeAI's linear mode).
27- - Better node search . Sherlock https://github.com/Nuked88/ComfyUI-N-Sidebar .
28+ - Better node management . Sherlock https://github.com/Nuked88/ComfyUI-N-Sidebar .
2829- Keybinding settings management. Register keybindings API for custom nodes.
2930- New extensions API for adding UI-related features.
3031
Original file line number Diff line number Diff line change 11{
22 "name" : " comfyui-frontend" ,
33 "private" : true ,
4- "version" : " 1.0.2 " ,
4+ "version" : " 1.1.0 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
You can’t perform that action at this time.
0 commit comments