mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 14:54:12 +00:00
feat: ✨ support frontend node description (originally @melMass) (#5187)
This commit is contained in:
@@ -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