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.
Symbiotica Asset Refs
- order
- images
- asset_names
- masks
- refs_path
◄background#808080►
◄keep_transparencyfalse►
◄output_sizenative►
◄asset_name—►
Categorysymbiotica/pipeline
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| order | SYMBIOTICA_ORDER | — | |
| background | STRING | #808080 | What 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_transparency | BOOLEAN | false | Leave 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_size | COMBO | native | Send 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_nameopt | STRING | Which 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)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | One image per reference the client sent for this asset, in the order the order sheet pairs them. |
| asset_names | STRING | Filename 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. |
| masks | MASK | Each 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_path | STRING | The 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. |