Text Logo / Wordmark
Text → ImageTypeset 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
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
textstringrequiredExact text to typeset (spelled precisely, e.g. 'R404')
font_colorstringdefault goldText color — PIL color name ('gold', 'white', 'red') or hex ('#D4AF37')
fontstringdefault TTNorms-Black.otfFont filename available on the ComfyUI node (e.g. TTNorms-Black.otf, FreeMonoBold.ttf)
font_sizeintegerdefault 200Font size in px
text_xintegerdefault 125Text left position. Default centers a 4-char string at font_size 200 on an 800px canvas
text_yintegerdefault 280Text top position. Default vertically centers at font_size 200 on an 800px canvas
widthintegerdefault 800heightintegerdefault 800bg_colorintegerdefault 0Background 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
FLUX.2 dev + LoRA Image
Text-to-image with FLUX.2 plus one or more trained character LoRAs — a consistent identity rendered at high fidelity from a prompt.
FLUX.2 Klein Image
Text-to-image with FLUX.2 Klein 4B. High-fidelity stills from a prompt, with two optional LoRA slots.
SDXL Base Image
Text-to-image with an SDXL checkpoint. General-purpose still generation from a prompt — no character LoRA, no source image.
SDXL + LoRA Image
Text-to-image with an SDXL checkpoint plus a character/style LoRA — a consistent trained identity or style rendered from a prompt.