Update
This commit is contained in:
parent
aeb5fa745c
commit
f3c753de3f
@ -4,7 +4,7 @@ from nodes.prompts import DOC_SaveImageAndAddToHistory
|
|||||||
# A dictionary that contains all nodes you want to export with their names
|
# A dictionary that contains all nodes you want to export with their names
|
||||||
# NOTE: names should be globally unique
|
# NOTE: names should be globally unique
|
||||||
NODE_CLASS_MAPPINGS = {
|
NODE_CLASS_MAPPINGS = {
|
||||||
"DOC_Timestamp": DOC_SaveImageAndAddToHistory,
|
"DOC_SaveImageAndAddToHistory": DOC_SaveImageAndAddToHistory,
|
||||||
}
|
}
|
||||||
|
|
||||||
# This magic will use a property DISPLAY_NAME on each node to get the display name of the node for the UI
|
# This magic will use a property DISPLAY_NAME on each node to get the display name of the node for the UI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user