This commit is contained in:
Chenlei Hu
2024-07-12 14:46:07 -04:00
committed by GitHub
parent 5a998cd7fb
commit dc22765c8f
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ Front-end of [ComfyUI](https://github.com/comfyanonymous/ComfyUI) modernized. Th
- 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. - Introduce Vue to start managing part of the UI.
- Starting with node search box revamp - Starting with node search box revamp ![image](https://github.com/user-attachments/assets/ef6ce019-5194-4e55-9f1e-91440e473920)
### What to be done ### What to be done

View File

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