ComfyUI Node
Textify
A ComfyUI node in Textify with 6 inputs and 1 output.
Textify
- image
- Image
◄fontconsola.ttf►
◄font_size6►
◄charset!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~►
◄mode▾►
◄dithertrue►
CategoryTextify
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | This is an image | |
| font | STRING | consola.ttf | Path to a valid .ttf or .otf file. |
| font_size | INT | 64–256 | — |
| charset | STRING | !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~ | The characters to use. By default, this is all standard ASCII characters. Be aware that when shape matching, the empty space and very small characters will usually lessen color depth in dark areas of the image. |
| mode | COMBO | Match Shape uses a simple bitmap matching algorithm to determine which character touse from the charset. Ordered uses the charset in order,while random chooses random characters from the set. | |
| dither | BOOLEAN | true | Whether to use dithering to get more detailed shapes to match (does nothing for ordered and random modes). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| Image | IMAGE | — |