Nodes/Gigachad Nodes/⚡ Gigachad Show Text
ComfyUI Node

⚡ Gigachad Show Text

Display any string right on the node — the debugging tool that doubles as a workflow label

By Winnougan·Created 4 months ago·Updated 4 months ago· 2
⚡ Gigachad Show Text
    • text
    text

    Gigachad Show Text is the node that asks: what if you could just see a string in your graph? You feed it any STRING - a prompt output, a filename, a bit of metadata - and it renders the text right on the node canvas, read-only. It's the pack's answer to pysssss's ShowText, and it's the kind of thing that sounds pointless until you're debugging a workflow and wish you could see what a node actually produced without digging through console logs.

    How it works

    The input is text (STRING, forced to be a connectable input - you can't type into it, you wire it). The node displays whatever arrives, and here's the nice bit: it writes the received value back into the workflow JSON as the node's widget value, so the text survives saving and reloading the workflow. Open a saved graph later and the last prompt or filename is still visible on the canvas, which is genuinely useful when you're handing a workflow to someone else or coming back to it after a week.

    The output is text again (STRING, as a list), so it can pass the string along to the next node while displaying it - it's a tap, not a dead end. The node is marked as an output node, so the displayed text also gets pushed to the UI.

    Where you'd actually use it

    Three patterns cover most cases:

    1. Debugging prompt pipelines - connect it after a prompt-file reader, a wildcard expander, or a text-manipulation node to confirm what string actually reached the encoder.
    2. Displaying metadata - wire in a filename or a resolution value so it's visible in the graph at a glance.
    3. Labeling sections - the pack README explicitly suggests using it just to label parts of a complex workflow. For that use it works fine as a sticky note that happens to hold a string.

    Install

    cd ComfyUI/custom_nodes
    git clone https://github.com/Winnougan/comfyui-gigachad.git
    

    or install comfyui-gigachad via ComfyUI Manager, then restart. No extra dependencies.

    Honest verdict: this is a clone of a well-established utility (pysssss ShowText is the original, and rgthree's ecosystem has similar). It works exactly as advertised and the persistence-into-workflow-JSON touch is a nice upgrade over the plain version. But there's no strong reason to install the whole pack just for this one - it's a perk that comes bundled, not a reason to buy in. If you already have the pack, throw it at the end of your prompt chain and enjoy finally seeing what's being sent. If you don't, the stock ShowText from other packs does the same job.

    CategoryGigachad

    Inputs (1)

    NameTypeDefaultDescription
    textSTRING

    Outputs (1)

    NameTypeDescription
    textSTRING