From f3c753de3f618cf13ed209b5ac0ace6c0413103e Mon Sep 17 00:00:00 2001 From: Francesco Bellini Date: Sun, 5 Oct 2025 12:47:29 +0200 Subject: [PATCH] Update --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 2809a22..8037025 100644 --- a/__init__.py +++ b/__init__.py @@ -4,7 +4,7 @@ from nodes.prompts import DOC_SaveImageAndAddToHistory # A dictionary that contains all nodes you want to export with their names # NOTE: names should be globally unique 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