mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-01 03:31:58 +00:00
1.1.0 (#107)
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user