Nodes/ComfyUI_Yvann-Nodes/Floats Visualizer
ComfyUI Node

Floats Visualizer

Generates a visual graph from one or more lists of floats for data comparison. Particularly useful for comparing different audio weights or analyzing float-based data. Input a primary floats list, and optionally add floats_optional1 and floats_optional2 for comparison (up to 3 lists total). Customize the graph with title, x_label, and y_label parameters. Each list is plotted with a different color and line style for easy distinction. The output visual_graph is an image showing all provided float lists plotted together.

By yvann-ba·Created 2 years ago·Updated 6 months ago· 705
Floats Visualizer
  • floats
  • floats_optional1
  • floats_optional2
  • visual_graph
titleGraph
x_labelX-Axis
y_labelY-Axis
Category👁️ Yvann Nodes/🛠️ Utils

Inputs (6)

NameTypeDefaultDescription
floatsFLOATSPrimary list of floats to visualize
titleSTRINGGraphTitle displayed at top of graph
x_labelSTRINGX-AxisLabel for the horizontal axis
y_labelSTRINGY-AxisLabel for the vertical axis
floats_optional1optFLOATSSecond list of floats to compare (green dashed)
floats_optional2optFLOATSThird list of floats to compare (red dash-dot)

Outputs (1)

NameTypeDescription
visual_graphIMAGE