ComfyUI Node
Plot Config: Grid (lab)
Various options to customize the grid appearance.
Plot Config: Grid (lab)
- plot_config_grid
◄gap20►
◄background_color#b9b9b9►
◄fontRoboto-Regular.ttf►
◄font_size50►
◄font_color#444►
◄pad_col_headers30►
◄pad_row_headers50►
◄wrap_col_headers0►
◄wrap_row_headers0►
CategoryComfyLab/plot
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| gap | INT | 20 | gap between grid cells |
| background_color | STRING | #b9b9b9 | background color, can be either a color name ('red'), or the RGB hex notation ('#b9b9b9', '#aaa') use the special value 'transparent' to generate a RGBA image |
| font | STRING | Roboto-Regular.ttf | font: either one of 'Roboto-Regular.ttf' / 'Roboto-Bold.ttf' / 'Roboto-Italic.ttf' / 'Roboto-BoldItalic.ttf', or the full path to a locally-installed TTF font |
| font_size | INT | 50 | font size |
| font_color | STRING | #444 | font color, can be either a color name ('red'), or the RGB hex notation ('#b9b9b9', '#aaa') |
| pad_col_headers | INT | 30 | vertical padding to apply to column headers |
| pad_row_headers | INT | 50 | horizontal padding to apply to row headers |
| wrap_col_headers | INT | 0 | if > 0, max number of characters in column headers before wrapping |
| wrap_row_headers | INT | 0 | if > 0, max number of characters in row headers before wrapping |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| plot_config_grid | PLOT_CONFIG_GRID | plot configuration for the grid |