XY Plot: Queue (lab)

XYPlotQueue

Loop through all values of dim1, optionally combined with dim2 values, and send them to outputs. IMPORTANT: for a given dim1 value, all dim2 values are first iterated, before going to the next dim1 value. So it is advised to associate slow operations (e.g. loading checkpoints) to dim1, to ensure better performance.

Pack: ComfyLab Pack

custom_nodes.ComfyLab-Pack

Inputs (5)

NameTypeRequired
dim1LISTrequired
dim2LISToptional
indexQUEUE_STATUSoptional
max_dim1_per_pageINToptional
max_dim2_per_pageINToptional

Outputs (3)

NameType
xy_plot_dataXY_PLOT_DATA
dim1_value*
dim2_value*