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)
| Name | Type | Required |
|---|---|---|
| dim1 | LIST | required |
| dim2 | LIST | optional |
| index | QUEUE_STATUS | optional |
| max_dim1_per_page | INT | optional |
| max_dim2_per_page | INT | optional |
Outputs (3)
| Name | Type |
|---|---|
| xy_plot_data | XY_PLOT_DATA |
| dim1_value | * |
| dim2_value | * |