EasyUse/Logic/Typegenerated

Float

The Float node provides a floating-point value to your workflow.

Float

float
value
0.00
Easy Use

Description

The Float node provides a floating-point value to your workflow. It acts as a configurable constant or pass-through value, letting you supply a numeric value where a FLOAT input is expected. It belongs to the EasyUse/Logic/Type category, making it useful in logic and type-oriented workflows.

Inputs

NameTypeDefaultMinMaxStep
valueFLOAT0-18446744073709552000184467440737095520000.01
  • value: The floating-point number the node outputs. You can enter any number within the supported range. The step of 0.01 means that the UI widget adjusts the value in increments of 0.01 when using the arrow buttons or dragging, though typed values can be more precise.

Outputs

TypeDescription
FLOATThe configured floating-point value.

Usage Notes

  • Use this node whenever you need an explicit FLOAT value for another node, such as a logic comparison, math operation, or any input that expects a floating-point number.
  • The very large minimum and maximum limits mean the node can handle practically any numeric value used in normal ComfyUI workflows.
  • Since the output is a FLOAT, it can be connected directly to other nodes expecting a floating-point input without requiring a conversion step.

Comments

Sign in with GitHub to join the discussion.

Loading comments…