You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# ComfyUI Frontend Vue Basic
2
-
(Still WIP)
2
+
(Important: Make sure to install this latest version of ComfyUI Frontend Vue Basic - 1.25.0!!!)
3
3
4
4
A demonstration custom node that showcases how to integrate Vue as a frontend framework within ComfyUI, complete with PrimeVue components and vue-i18n support.
5
5
@@ -30,6 +30,25 @@ This demonstration node is not designed to be installed directly via **git clone
30
30
-[ComfyUI Manager]()
31
31
-[ComfyUI Registry]()
32
32
33
+
## Development Setup
34
+
If you want to learn how to develop this custom node or modify it, you can set up a local development environment. Follow these steps:
35
+
1. Clone the repository in your ComfyUI custom nodes directory:
Copy file name to clipboardExpand all lines: pyproject.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
[project]
2
2
name = "comfyui_frontend_vue_basic"
3
-
description = "ComfyUI Frontend Vue Basic is custom node that demonstrate how to use vue as frontend framework along with primevue and vue-i18n, cooperating with ComfyUI API"
4
-
version = "0.0.14"
3
+
description = "ComfyUI Frontend Vue Basic is custom node that demonstrate how to use vue as frontend framework along with primevue and vue-i18n, cooperating with ComfyUI API. Needs ComfyUI Frontend 1.25.0 or later."
0 commit comments