Nodes/comfyui-nodes/Symbiotica Asset Focus
ComfyUI Node

Symbiotica Asset Focus

One asset out of the order, chosen on the node, with its whole record on separate outputs. Order Assets emits four index-aligned lists and Dataset Reference three more, so working on a single asset meant an index node per list, all held at the same position by hand. The index is applied once, here, and nothing downstream has a list to index. Choose nothing and it emits the whole event instead, so the same node covers both the one-asset iteration loop and a run over everything.

By symbiotica-ai·Created 5 months ago·Updated 7 days ago· 1
Symbiotica Asset Focus
  • order
  • asset_name
  • category
  • client_prompt
  • save_path
  • order
  • event_order
  • bucket
  • ref_image
  • ref_mask
  • ref_name
category
asset
project_path
month
feature
ref
Categorysymbiotica/pipeline

Inputs (7)

NameTypeDefaultDescription
categorySTRINGNarrow the choice to one asset type, or leave empty for every type.
assetSTRINGWhich asset, by name. Set by clicking it on the node; typed names work too. Empty means the first.
orderoptSYMBIOTICA_ORDER
project_pathoptSTRINGThe project folder, the one with an orders/ subfolder. Only read when no order is wired in — this node then does the whole selection itself.
monthoptSTRING
featureoptSTRINGWhich event of that month. Empty means the order's first.
refoptSTRINGWhich of the asset's client references to emit, by filename. Set by clicking a thumbnail on the node. Empty means the first, which is also what every OTHER asset gets in an all-assets run.

Outputs (10)

NameTypeDescription
asset_nameSTRING
categorySTRING
client_promptSTRING
save_pathSTRINGmonth/feature/category/asset — the same value Order Assets emits, so a save node and a Pick node's save_path both take it.
orderSYMBIOTICA_ORDERThe incoming order narrowed to each focused asset — same event, same project, a one-asset assets list. One of these per focused asset, so downstream still runs once per asset.
event_orderSYMBIOTICA_ORDERThe WHOLE event, unnarrowed — what an Order Specs emits. The Auto Packer, Order Assets and the Order Tracker all want the event rather than the asset, and they must not change every time you focus a different one.
bucketSTRINGWhich sub-kind of its category this asset is — `Drinks` for a Food row whose Prep line is an empty cup, empty for everything else. Wire it into the Prompt Recipe beside `category` and it serves `<category> - <bucket>` when the book has one.
ref_imageIMAGEThe client reference you clicked, one per focused asset. Composited onto the sheet grey, like Asset Refs. An asset the client sent no art for gets a one-pixel plate and an empty `ref_name`.
ref_maskMASKThat reference's alpha, opaque where the art is.
ref_nameSTRINGIts filename — what Save Render records as the reference drawn. Empty when the asset has no references at all.