Nodes/comfyui-nodes/Symbiotica Client Examples
ComfyUI Node

Symbiotica Client Examples

Several of the client's own briefs as ONE text block, for showing an LLM what a client prompt for this asset type looks like. Order Assets emits the same records as lists, which fans the graph out and runs the lane once per asset; this collapses them into a single string, so an LLM node downstream runs ONCE and sees every example at the same time.

By symbiotica-ai·Created 5 months ago·Updated 7 days ago· 1
Symbiotica Client Examples
  • order
  • examples
  • count
category
limit0
Categorysymbiotica/pipeline

Inputs (3)

NameTypeDefaultDescription
orderSYMBIOTICA_ORDER
categorySTRINGOne asset type, or empty for every type. Narrow it to the type you are writing a prompt block for.
limitINT00–50How many briefs to include. 0 keeps every asset of the type; a smaller number keeps the first N and says so in the header.

Outputs (2)

NameTypeDescription
examplesSTRINGA header naming the type and how many briefs follow, then the briefs themselves, numbered, verbatim from the order sheet.
countINTHow many briefs the text holds.