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.
Floats Visualizer
- floats
- floats_optional1
- floats_optional2
- visual_graph
◄titleGraph►
◄x_labelX-Axis►
◄y_labelY-Axis►
Category👁️ Yvann Nodes/🛠️ Utils
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| floats | FLOATS | Primary list of floats to visualize | |
| title | STRING | Graph | Title displayed at top of graph |
| x_label | STRING | X-Axis | Label for the horizontal axis |
| y_label | STRING | Y-Axis | Label for the vertical axis |
| floats_optional1opt | FLOATS | Second list of floats to compare (green dashed) | |
| floats_optional2opt | FLOATS | Third list of floats to compare (red dash-dot) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| visual_graph | IMAGE | — |