From 776c04cb90374e714e0e10405a2ef36d0daa3a98 Mon Sep 17 00:00:00 2001 From: bigcat88 Date: Wed, 19 Nov 2025 09:20:29 +0200 Subject: [PATCH] change display name of PreviewAny node to "Preview as Text" --- comfy_extras/nodes_preview_any.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_preview_any.py b/comfy_extras/nodes_preview_any.py index e749fa6ae..139b07c93 100644 --- a/comfy_extras/nodes_preview_any.py +++ b/comfy_extras/nodes_preview_any.py @@ -39,5 +39,5 @@ NODE_CLASS_MAPPINGS = { } NODE_DISPLAY_NAME_MAPPINGS = { - "PreviewAny": "Preview Any", + "PreviewAny": "Preview as Text", }