mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-07 00:20:07 +00:00
Revert markdown note node, reland as new node (#2148)
This commit is contained in:
@@ -289,6 +289,19 @@ export const SYSTEM_NODE_DEFS: Record<string, ComfyNodeDef> = {
|
||||
output_node: false,
|
||||
python_module: 'nodes',
|
||||
description: 'Node that add notes to your project'
|
||||
},
|
||||
MarkdownNote: {
|
||||
name: 'MarkdownNote',
|
||||
display_name: 'Markdown Note',
|
||||
category: 'utils',
|
||||
input: { required: {}, optional: {} },
|
||||
output: [],
|
||||
output_name: [],
|
||||
output_is_list: [],
|
||||
output_node: false,
|
||||
python_module: 'nodes',
|
||||
description:
|
||||
'Node that add notes to your project. Reformats text as markdown.'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user