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.
Symbiotica Category Prompts
- order
- system_prompts
- sheet_system_prompts
◄sheet_categories—►
◄project_path►
Categorysymbiotica/pipeline
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| sheet_categories | STRING | Per-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_path | STRING | Client project folder, holding the prompt book at <project>/prompts/. Filled in from the order when one is wired. | |
| orderopt | SYMBIOTICA_ORDER | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| system_prompts | STRING | The 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_prompts | STRING | Architect prompt for sheet i — one per SHEET, index-aligned with the packer's sheets. Wire THIS into the LLM's system prompt. |