← Workflows

Text Logo / Wordmark

Text → Image

Typeset exact text as a logo/wordmark using a real TTF font (ComfyUI AddLabel node) — NOT diffusion. Use this whenever the output must spell an exact string (a handle, brand, wordmark) that diffusion models garble. Renders instantly, GPU-light, lands in the gallery like any generation.

text_logo1 GB VRAM
The word FlixML typeset in green on black.
Made with text_logo on our own hardware. Prompt: “FlixML”

Calling it

FlixML has no generate button: you tell your agent what you want and it calls the API on your install. The id is what names this workflow.

POST /api/image/generate
{
  "workflow": "text_logo",
  "text": 0
}

Parameters

textstringrequired

Exact text to typeset (spelled precisely, e.g. 'R404')

font_colorstringdefault gold

Text color — PIL color name ('gold', 'white', 'red') or hex ('#D4AF37')

fontstringdefault TTNorms-Black.otf

Font filename available on the ComfyUI node (e.g. TTNorms-Black.otf, FreeMonoBold.ttf)

font_sizeintegerdefault 200

Font size in px

text_xintegerdefault 125

Text left position. Default centers a 4-char string at font_size 200 on an 800px canvas

text_yintegerdefault 280

Text top position. Default vertically centers at font_size 200 on an 800px canvas

widthintegerdefault 800
heightintegerdefault 800
bg_colorintegerdefault 0

Background color as a packed RGB int (0 = black, 16777215 = white)

Your install is the source of truth: GET /api/workflows returns these parameters as they are on your machine.

Same input, different job