ComfyUI Node
LC Text Overlay
Draw text on an image. Drag on the preview to place; font size/color/position update live. Multiline with edge margin.
LC Text Overlay
- image
- image
◄textHello►
◄fontArial►
◄font_size64►
◄color_r255►
◄color_g255►
◄color_b255►
◄x_percent50.0►
◄y_percent92.0►
◄alignmentcenter►
CategoryLC123/image
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| text | STRING | Hello | Text to draw (wraps at edges with a small margin) |
| font | COMBO | Arial | Font family (curated list — changes apply on queue; live preview uses matching CSS name) |
| font_size | INT | 641–512 | Font size in pixels |
| color_r | INT | 2550–255 | Red |
| color_g | INT | 2550–255 | Green |
| color_b | INT | 2550–255 | Blue |
| x_percent | FLOAT | 50.00–100 | X position (% from left). Drag on preview or use the widget. |
| y_percent | FLOAT | 92.00–100 | Y of the top of the text block (% from top). Default near bottom. Drag or use the widget. |
| alignment | COMBO | center | Horizontal alignment: left / center / right. Legacy *-top/center/bottom values still load and map to left/center/right. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |