Skip to content

Commit 65ee24c

Browse files
authored
change display name of PreviewAny node to "Preview as Text" (#10796)
1 parent 17027f2 commit 65ee24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy_extras/nodes_preview_any.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ def main(self, source=None):
3939
}
4040

4141
NODE_DISPLAY_NAME_MAPPINGS = {
42-
"PreviewAny": "Preview Any",
42+
"PreviewAny": "Preview as Text",
4343
}

0 commit comments

Comments
 (0)