From 492aa821cf52e37a02606e6009ecb92ef782d2d2 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Tue, 7 Jul 2026 11:13:39 +0800 Subject: [PATCH] Update comfy_extras/nodes_text_overlay.py --- comfy_extras/nodes_text_overlay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_text_overlay.py b/comfy_extras/nodes_text_overlay.py index 21bf7cd04..b7da4f261 100644 --- a/comfy_extras/nodes_text_overlay.py +++ b/comfy_extras/nodes_text_overlay.py @@ -13,7 +13,7 @@ class TextOverlay(IO.ComfyNode): node_id="TextOverlay", display_name="Draw Text Overlay", category="text", - description="Draw overlay text on an image or batch of images.", + description="Draw text overlay on an image or batch of images.", search_aliases=["text", "label", "caption", "subtitle", "watermark", "title", "addlabel", "overlay"], inputs=[ IO.Image.Input("image"),