Update comfy_extras/nodes_text_overlay.py

This commit is contained in:
Alexis Rolland 2026-07-07 11:13:39 +08:00 committed by GitHub
parent e942aae7d2
commit 492aa821cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ class TextOverlay(IO.ComfyNode):
node_id="TextOverlay", node_id="TextOverlay",
display_name="Draw Text Overlay", display_name="Draw Text Overlay",
category="text", 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"], search_aliases=["text", "label", "caption", "subtitle", "watermark", "title", "addlabel", "overlay"],
inputs=[ inputs=[
IO.Image.Input("image"), IO.Image.Input("image"),