Skip to content

Commit 99193e4

Browse files
authored
1.1.0 (#107)
1 parent a28ac0c commit 99193e4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)