Nodes/comfyui-nodes/Symbiotica Asset Refs
ComfyUI Node

Symbiotica Asset Refs

The client's own reference art for ONE asset — what they sent for this thing, not the dataset's house style. Wire Order Assets' `asset_names` in and each asset yields its references in order; for a type packed in stages that is prep, ready, serving, so the same index that picks a cell out of Slice Cells picks the reference that belongs to it.

By symbiotica-ai·Created 5 months ago·Updated 7 days ago· 1
Symbiotica Asset Refs
  • order
  • images
  • asset_names
  • masks
  • refs_path
background#808080
keep_transparencyfalse
output_sizenative
asset_name
Categorysymbiotica/pipeline

Inputs (5)

NameTypeDefaultDescription
orderSYMBIOTICA_ORDER
backgroundSTRING#808080What a reference with transparency sits on. Grey by default, matching the packed sheets, so the reference and the cell beside it share a backdrop. Set it to your generations' background to compare them like for like.
keep_transparencyBOOLEANfalseLeave the background alone and hand the alpha out as `masks` instead. Off composites onto the colour above — which is what you want feeding an image model, since these files hide real pixels under their transparent areas.
output_sizeCOMBOnativeSend a smaller reference when the detail is not worth the tokens. Lanczos, the same resample Slice Cells uses, so a reference and the cell it pairs with are treated identically.
asset_nameoptSTRINGWhich asset, by name — Order Assets' asset_names or Asset Focus's asset_name. Leave unwired when the order comes from Asset Focus: a focused order names one asset already.

Outputs (4)

NameTypeDescription
imagesIMAGEOne image per reference the client sent for this asset, in the order the order sheet pairs them.
asset_namesSTRINGFilename of each reference, so a wrong pick is traceable to its file. Wire into a Pick node's `names` to list only this asset's files.
masksMASKEach reference's alpha, opaque where the art is. Emitted whether or not transparency is kept, so a reference can always be composited onto something else downstream.
refs_pathSTRINGThe folder these references were read from — the order's own references root. Wire it into a Pick node's `input_path` to tick the client's references by eye instead of taking every one of them.