mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
feat: ✨ support frontend node description (originally @melMass) (#5187)
This commit is contained in:
@@ -218,6 +218,7 @@ export class LGraphNode
|
||||
static MAX_CONSOLE?: number
|
||||
static type?: string
|
||||
static category?: string
|
||||
static description?: string
|
||||
static filter?: string
|
||||
static skip_list?: boolean
|
||||
|
||||
|
||||
@@ -918,7 +918,7 @@ export class ComfyApp {
|
||||
output_is_list: [],
|
||||
output_node: false,
|
||||
python_module: 'custom_nodes.frontend_only',
|
||||
description: `Frontend only node for ${name}`
|
||||
description: node.description ?? `Frontend only node for ${name}`
|
||||
} as ComfyNodeDefV1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user