Nodes/comfyui-nodes/Symbiotica Category Prompts
ComfyUI Node

Symbiotica Category Prompts

One architect system prompt per sheet, chosen by that sheet's asset type and read from <project>/prompts/<type>.md. Wire the Auto Packer's sheet_categories in and system_prompts into your LLM node's system prompt: one queue press then covers every asset type in the order, instead of one pass per type.

By symbiotica-ai·Created 5 months ago·Updated 7 days ago· 1
Symbiotica Category Prompts
  • order
  • system_prompts
  • sheet_system_prompts
sheet_categories
project_path
Categorysymbiotica/pipeline

Inputs (3)

NameTypeDefaultDescription
sheet_categoriesSTRINGPer-sheet asset type: the Auto Packer's sheet_categories output. NOT its deduped `categories` — a short list does not error, it silently repeats its last entry.
project_pathSTRINGClient project folder, holding the prompt book at <project>/prompts/. Filled in from the order when one is wired.
orderoptSYMBIOTICA_ORDER

Outputs (2)

NameTypeDescription
system_promptsSTRINGThe architect prompts this order uses, each ONCE, in first-appearance order — one per asset type, for reading. Two types, two entries, however many sheets they pack into.
sheet_system_promptsSTRINGArchitect prompt for sheet i — one per SHEET, index-aligned with the packer's sheets. Wire THIS into the LLM's system prompt.