ComfyUI Node
📝 S42 CutFlow Text Overlay
A ComfyUI node in S42 CutFlow/Text with 14 inputs and 3 outputs.
📝 S42 CutFlow Text Overlay
- clip
- clip
- frame_count
- info
◄textHello World►
◄font_size48►
◄boldno►
◄text_color#FFFFFF►
◄position_x0.50►
◄position_y0.50►
◄alignmentcenter►
◄stroke_width0►
◄stroke_color#000000►
◄shadow_offset0►
◄opacity1.00►
◄bg_padding0►
◄bg_opacity0.50►
CategoryS42 CutFlow/Text
Inputs (14)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | IMAGE | Video clip to overlay text onto. | |
| text | STRING | Hello World | Text to render. Supports multi-line with newlines. |
| font_size | INT | 488–400 | Font size in pixels. |
| bold | COMBO | no | Use bold font variant. |
| text_color | STRING | #FFFFFF | Text color (hex). Click swatch to pick. |
| position_x | FLOAT | 0.500–1 | Horizontal position. 0=left edge, 0.5=center, 1=right edge. |
| position_y | FLOAT | 0.500–1 | Vertical position. 0=top, 0.5=center, 1=bottom. |
| alignment | COMBO | center | Text alignment relative to position point. |
| stroke_width | INT | 00–20 | Text outline/stroke width in pixels. 0 = no stroke. |
| stroke_color | STRING | #000000 | Text outline/stroke color (hex). Click swatch to pick. |
| shadow_offset | INT | 00–20 | Drop shadow offset in pixels. 0 = no shadow. |
| opacity | FLOAT | 1.000–1 | Text opacity. 0 = invisible, 1 = fully opaque. |
| bg_padding | INT | 00–50 | Background box padding around text. 0 = no background box. |
| bg_opacity | FLOAT | 0.500–1 | Background box opacity. Only used when bg_padding > 0. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| clip | IMAGE | — |
| frame_count | INT | — |
| info | STRING | — |