FL Ascii

FL_Ascii

FL_Ascii is a class that converts an image into ASCII art using specified characters, font, spacing, and font size. You can select either local or system fonts based on an environment variable. The class provides customization options such as using a sequence of characters or mapping characters based on pixel intensity. The spacing and font size can be specified as single values or lists to vary across the image. This tool is useful for creating stylized visual representations of images with ASCII characters.

Pack: ComfyUI_Fill-Nodes

custom_nodes.ComfyUI_Fill-Nodes

Inputs (10)

NameTypeRequired
imageIMAGErequired
spacingINTrequired
font_sizeINTrequired
charactersSTRINGrequired
fontCOMBOrequired
sequence_toggleBOOLEANrequired
envelope_jsonSTRINGoptional
blend_intensityFLOAToptional
invertBOOLEANoptional
maskIMAGEoptional

Outputs (1)

NameType
IMAGEIMAGE
FL Ascii | TealPug Node Explorer