Visit ComfyUI Online for ready-to-use ComfyUI environment
Display float values in user-friendly format for easy visualization and monitoring in workflows.
The LF_DisplayFloat
node is designed to display a float value in a user-friendly format. This node is particularly useful for visualizing numerical data within your workflow, allowing you to see the float values directly in the interface. Whether you are working with a single float or a list of floats, this node will format and present the data in a clear and readable manner. The primary goal of this node is to enhance the visibility of float values, making it easier for you to monitor and debug your workflows.
The float
parameter is the main input for this node, representing the float value(s) you wish to display. This parameter can accept either a single float or a list of floats. If a list is provided, the node will format the list into a numbered markdown format for better readability. The default value for this parameter is 0. This parameter is required and must be provided for the node to execute properly.
The float
output parameter returns the same float value(s) that were input into the node. This allows you to pass the float value(s) along to other nodes in your workflow after they have been displayed. The output will be in the same format as the input, whether it is a single float or a list of floats.
LF_DisplayInteger
or LF_DisplayString
, to create comprehensive visualizations of different data types.float
parameter is required and must be provided for the node to execute.float
parameter.© Copyright 2024 RunComfy. All Rights Reserved.