Revert markdown note node, reland as new node (#2148)

This commit is contained in:
filtered
2025-01-04 08:05:23 +11:00
committed by GitHub
parent c3e05c2a10
commit 11258f4a95
2 changed files with 43 additions and 2 deletions

View File

@@ -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.'
}
}