ComfyUI Node
Plot Config: Header/Footer (lab)
Various options to customize the appearance of the page header or footer.
Plot Config: Header/Footer (lab)
- plot_config_hf
◄text_left►
◄text_center►
◄text_right►
◄background_colortransparent►
◄fontRoboto-Bold.ttf►
◄font_size60►
◄font_color#222►
◄padding30►
CategoryComfyLab/plot
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| text_left | STRING | text to be displayed on the left of the page header or footer the following placeholders are accepted: {current_page}, {total_pages} | |
| text_center | STRING | text to be displayed at the center of the page header or footer the following placeholders are accepted: {current_page}, {total_pages} | |
| text_right | STRING | text to be displayed on the right of the page header or footer the following placeholders are accepted: {current_page}, {total_pages} | |
| background_color | STRING | transparent | background color for the page header or footer, can be either a color name ('red'), or the RGB hex notation ('#b9b9b9', '#aaa') use the special value 'transparent' to keep the grid background |
| font | STRING | Roboto-Bold.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 | 60 | font size |
| font_color | STRING | #222 | font color, can be either a color name ('red'), or the RGB hex notation ('#b9b9b9', '#aaa') |
| padding | INT | 30 | padding inside the page header or footer |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| plot_config_hf | PLOT_CONFIG_HF | plot configuration for either the page header or footer |