ComfyUI Node
Symbiotica Prompt Recipe
Serves a saved recipe: one prompt block per output, picked in the panel and stored under `prompts/_recipes/<name>.json`. Switching recipe switches every prompt the category needs at once.
Symbiotica Prompt Recipe
- order
- text_1
- text_2
- text_3
- text_4
- text_5
- text_6
◄recipe►
◄slots3►
◄project_path►
◄category—►
◄bucket—►
Categorysymbiotica/pipeline
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| recipe | STRING | The saved preset to serve. Pick it in the panel — the panel writes this widget, and it is what survives a workflow reload. “(follow category)” serves the recipe named after the asset's category instead, so picking a Food asset upstream serves the Food recipe. | |
| slots | COMBO | 3 | How many blocks this recipe serves. Outputs past it come back empty. |
| project_path | STRING | Client project folder holding the prompt book. Unneeded when `order` is wired. | |
| orderopt | SYMBIOTICA_ORDER | Any order from the pipeline — it carries the project, so project_path can stay empty. | |
| categoryopt | STRING | Wire Asset Focus's `category` here and the recipe named after it is the one served — picking the asset then picks its prompts, with nothing to set here. | |
| bucketopt | STRING | Asset Focus's `bucket` — how this row of the category is drawn. With one wired, `<category> - <bucket>` is served when the book has such a recipe (`Food - 3 stages - Drinks`), and the plain category otherwise. |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| text_1 | STRING | Slot 1 of the recipe, or empty when the recipe has no such slot. |
| text_2 | STRING | Slot 2 of the recipe, or empty when the recipe has no such slot. |
| text_3 | STRING | Slot 3 of the recipe, or empty when the recipe has no such slot. |
| text_4 | STRING | Slot 4 of the recipe, or empty when the recipe has no such slot. |
| text_5 | STRING | Slot 5 of the recipe, or empty when the recipe has no such slot. |
| text_6 | STRING | Slot 6 of the recipe, or empty when the recipe has no such slot. |