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.
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)
| Name | Type | Default | Description |
|---|---|---|---|
| category | STRING | Narrow the choice to one asset type, or leave empty for every type. | |
| asset | STRING | Which asset, by name. Set by clicking it on the node; typed names work too. Empty means the first. | |
| orderopt | SYMBIOTICA_ORDER | — | |
| project_pathopt | STRING | The project folder, the one with an orders/ subfolder. Only read when no order is wired in — this node then does the whole selection itself. | |
| monthopt | STRING | — | |
| featureopt | STRING | Which event of that month. Empty means the order's first. | |
| refopt | STRING | Which 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)
| Name | Type | Description |
|---|---|---|
| asset_name | STRING | — |
| category | STRING | — |
| client_prompt | STRING | — |
| save_path | STRING | month/feature/category/asset — the same value Order Assets emits, so a save node and a Pick node's save_path both take it. |
| order | SYMBIOTICA_ORDER | The 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_order | SYMBIOTICA_ORDER | The 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. |
| bucket | STRING | Which 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_image | IMAGE | The 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_mask | MASK | That reference's alpha, opaque where the art is. |
| ref_name | STRING | Its filename — what Save Render records as the reference drawn. Empty when the asset has no references at all. |