mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-10 00:17:16 +08:00
Update comfy_extras/nodes_text_overlay.py
This commit is contained in:
parent
e942aae7d2
commit
492aa821cf
@ -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"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user