Nodes/ComfyUI-DeepGen-API/⚠️ [Deprecated] Display Float
ComfyUI Node

⚠️ [Deprecated] Display Float

The deprecated float display node — swap it for DeepGen_F2T0

By deepiksdev·Created 8 months ago·Updated 6 months ago· 0
⚠️ [Deprecated] Display Float
    • text
    float_val

    What this is, in one line

    DisplayFloat_deepgen is a tiny debug node that takes a float and shows it on screen, passing the value through as text. It's also the old name - this is the pre-rename "Display Float" node, kept around purely so workflows built with older pack versions keep loading.

    If you're starting fresh, stop here: use DeepGen_F2T0 ("Display Float" under DeepGen/Utilities) instead. Same node, same behavior, not deprecated. Everything below is for people who opened an old workflow and found a node with a warning triangle on it.

    What it does

    One input, one output. float_val (a FLOAT, wired in as a conversion input) in; text (a STRING) out. Under the hood it just stringifies the float and pushes it to the UI so you can read it on the canvas - this is an output node, so it renders to the graph, and the text output lets you pipe the value onward if you're building something.

    Honestly, this node's only real reason to exist is that the pack's generator nodes return FLOAT outputs like total_credits_used, and you want to see those without hunting through the console. That's it. It never touches the network and needs no API key.

    Why it's deprecated and what to do

    When the pack was reorganized onto its current DeepGen_* naming scheme, the old keys - DisplayFloat_deepgen among them - were re-registered as deprecated subclasses sitting under DeepGen/Deprecated, flagged with ComfyUI's DEPRECATED marker, and given the ⚠️ prefix so they're easy to spot. They still run fine; the flag is the pack telling you to stop using them in new graphs. In a saved workflow, just swap the node for DeepGen_F2T0 - inputs, output and behavior are identical, so it's a clean find-and-replace.

    Install

    Same pack: ComfyUI Manager → "ComfyUI-DeepGen-API", or clone https://github.com/deepiksdev/ComfyUI-DeepGen-API.git into custom_nodes and pip install -r requirements.txt, then restart. No API key needed - this node never calls out.

    CategoryDeepGen/Deprecated

    Inputs (1)

    NameTypeDefaultDescription
    float_valFLOAT

    Outputs (1)

    NameTypeDescription
    textSTRING