ComfyUI Node
Fantastic Plotter Image Saver ๐
A ComfyUI node in loaders with 13 inputs and 4 outputs.
Fantastic Plotter Image Saver ๐
- images
- grid
- images
- metadata
- global_loras_info
โmetadataโโบ
โconstrain_sizefalseโบ
โmax_cell_size768โบ
โtext_colorwhiteโบ
โbackground_colorblackโบ
โfont_size20โบ
โpadding10โบ
โopacity1.00โบ
โimages_per_row0โบ
โsingle_strength_layoutrowโบ
โclassic_gridfalseโบ
โglobal_loras_infoโโบ
Categoryloaders
Inputs (13)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | โ | |
| metadata | STRING | โ | |
| constrain_size | BOOLEAN | false | When on, each cell image is scaled down so its longest side equals Max Cell Size before the grid is assembled. Use this to keep the overall output manageable when rendering many large images โ e.g. a 4x4 grid of 1024px images becomes a 4x4 grid of smaller cells instead of a giant ~4096px-wide output. Has no effect when off. |
| max_cell_size | INT | 76864โ2048 | Longest side of each cell image in pixels. Only used when Constrain Image Output Size is on. |
| text_color | COMBO | white | 12 options: white, black, red, green, blue, yellow, +6 |
| background_color | COMBO | black | 12 options: white, black, red, green, blue, yellow, +6 |
| font_size | INT | 208โ256 | โ |
| padding | INT | 100โ100 | โ |
| opacity | FLOAT | 1.000โ1 | โ |
| images_per_row | INT | 00โ64 | 0 = auto (one column per distinct strength). >0 overrides. Ignored in classic grid. |
| single_strength_layout | COMBO | row | Only applies in auto mode when every lora is tested at a single (same) strength, i.e. one image per lora. row (default): loras lay out side by side in one row. column: loras stack vertically in one column. Has no effect when strengths vary (that already forms a row) or when images_per_row is set. |
| classic_grid | BOOLEAN | false | Off (default): overlays each image's metadata as a label box drawn ON the image. On: classic XY plot โ images are padded and the labels are drawn OUTSIDE along the border, loras down the left (rows) and strengths across the top (columns). Needs a full lora x strength grid; otherwise it falls back to overlay. |
| global_loras_infoopt | STRING | โ |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| grid | IMAGE | โ |
| images | IMAGE | โ |
| metadata | STRING | โ |
| global_loras_info | STRING | โ |