EasyUse/Pipegenerated

XY Plot Advanced(pipeXYPlotAdvanced)

The XY Plot Advanced node (class pipeXYPlotAdvanced) from ComfyUI-Easy-Use provides an advanced XY plot workflow within the EasyUse/Pipe category.

pipe XY Plot Advanced

pipe
X
Y
pipe
grid_spacing
0
output_individuals
False
flip_xy
False
font
COMBO
Easy Use

Description

The XY Plot Advanced node (class pipeXYPlotAdvanced) from ComfyUI-Easy-Use provides an advanced XY plot workflow within the EasyUse/Pipe category. It accepts a PIPE_LINE from an existing sampling/pipeline workflow, applies X and Y axis plot configurations, and returns a PIPE_LINE containing the resulting plot output. It is designed for generating parameter comparison grids, where differences along the X and Y axes are rendered together in a single composite image.

Inputs

Required

  • pipe (PIPE_LINE): The pipeline data to be used for the XY plot. This carries the sampling context, model, conditioning, and other workflow state needed to generate the plot.
  • grid_spacing (INT): The spacing, in pixels, between individual cells in the plot grid. Defaults to 0; valid values are 0 to 500 in steps of 5. Higher values add more separation between grid cells.
  • output_individuals (COMBO): Whether individual plot images should also be produced or included in addition to the combined grid. Set to "False" by default. Options are "False" and "True".
  • flip_xy (COMBO): Swaps the X and Y axes when set to "True". Defaults to "False". Options are "False" and "True".

Optional

  • X (X_Y): The configuration for the X axis of the plot. This is an X_Y object that defines the variable and values to iterate over horizontally.
  • Y (X_Y): The configuration for the Y axis of the plot. This is an X_Y object that defines the variable and values to iterate over vertically.
  • font (COMBO): Selects the font used for labels and text rendered on the plot. If not provided, the node uses its default font handling.

Outputs

  • PIPE_LINE: The updated pipeline containing the XY plot result. The exact images or data carried by the pipe depend on the node's configuration, including whether output_individuals is enabled and whether axes are flipped.

Usage Notes

  • Pair this node with X_Y configuration inputs to define what should be varied along each axis.
  • Use grid_spacing to control the visual separation between plot cells; set it to 0 for a tight grid or increase it for clearer separation.
  • Enable flip_xy when the desired orientation of the plot axes is reversed relative to the incoming X/Y configuration.
  • output_individuals can be useful when you need access to each generated plot cell separately rather than only the combined grid.

Comments

Sign in with GitHub to join the discussion.

Loading comments…