ComfyUI Node
XY Plot: Render (lab)
Render the generated images as grids. Optional configuration is available to customize the look of the grid, and page header / footer.
XY Plot: Render (lab)
- xy_plot_data
- image
- plot_config_grid
- plot_config_header
- plot_config_footer
- grid
- image
◄dim1_header_format{dim1}►
◄dim2_header_format{dim2}►
◄directiontrue►
CategoryComfyLab/plot
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| xy_plot_data | XY_PLOT_DATA | data sent by the queue, to indicate the cuttent state of processing | |
| image | IMAGE | — | |
| dim1_header_format | STRING | {dim1} | template text to be displayed as dim1 header. the '{dim1'} placeholder will be replaced by the current value. Use '\n' for multiline text. |
| dim2_header_format | STRING | {dim2} | template text to be displayed as dim2 header. the '{dim2'} placeholder will be replaced by the current value. Use '\n' for multiline text. |
| direction | BOOLEAN | true | display dim1 values as rows or columns |
| plot_config_gridopt | PLOT_CONFIG_GRID | optional: plot configuration for the grid | |
| plot_config_headeropt | PLOT_CONFIG_HF | optional: plot configuration for the page header | |
| plot_config_footeropt | PLOT_CONFIG_HF | optional: plot configuration for the page footer |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| grid | IMAGE | grid page |
| image | IMAGE | individual image, as received in input |