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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# ComfyUI Frontend Vue Basic
2
-
(Important: Make sure to install this latest version of ComfyUI Frontend - **1.24.4**!!!)
3
2
4
3
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
4
5
+
> **Note**: Since ComfyUI Frontend **1.33.9**, Vue is no longer exposed by the frontend. This project now uses a standalone Vue instance bundled with the extension instead of relying on the frontend's Vue.
6
+
6
7
## Overview
7
8
8
9
ComfyUI Frontend Vue Basic provides a working example of how to build interactive UI components for ComfyUI custom nodes using modern web technologies. It features a basic drawing board inside a custom node that outputs the created image as a result.
0 commit comments