Nodes/comfyui-nodes/Symbiotica Slice Cells
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'.

By symbiotica-ai·Created 5 months ago·Updated 7 days ago· 1
Symbiotica Slice Cells
  • image
  • cells
  • roles
  • stitched
cell_boxes
inset1
output_size0
Categorysymbiotica/pipeline

Inputs (4)

NameTypeDefaultDescription
imageIMAGEThe generated sheet to cut.
cell_boxesSTRINGThe Dataset Reference node's `cell_boxes` output.
insetINT10–256Pixels 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_sizeINT00–8192Resize 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)

NameTypeDescription
cellsIMAGEOne image per cell, in reading order.
rolesSTRINGWhat each cell holds — 'prep', 'serving', a rotation — index-aligned with `cells`.
stitchedIMAGEEvery 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.