ComfyUI Node
Symbiotica Slice Cells
Cuts a generated sheet back into one image per asset, on the grid the dataset was packed to. Wire the Dataset Reference node's `cell_boxes` in and every asset type cuts itself — a food sheet gives prep/ready/serving, a chair sheet gives its four rotations — with no crop coordinates to type and nothing to rewire when the run changes type. `roles` names each cell, so an edit can address 'serving' rather than 'the third one'.
Symbiotica Slice Cells
- image
- cells
- roles
- stitched
◄cell_boxes—►
◄inset1►
◄output_size0►
Categorysymbiotica/pipeline
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | The generated sheet to cut. | |
| cell_boxes | STRING | The Dataset Reference node's `cell_boxes` output. | |
| inset | INT | 10–256 | Pixels to shrink every cell by. The boxes are the grid the render was ASKED to hit, so a pixel or two of slack keeps the background out of a cell when the render lands slightly off. |
| output_size | INT | 00–8192 | Resize each cell to this square, or 0 to keep it at its cut size. Lanczos, the same resampler an Upscale Image node uses. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| cells | IMAGE | One image per cell, in reading order. |
| roles | STRING | What each cell holds — 'prep', 'serving', a rotation — index-aligned with `cells`. |
| stitched | IMAGE | Every cell in one image, side by side left to right in the same order `cells` counts them. A shorter cell is padded at the bottom to the tallest one. |