Nodes/comfyui-nodes/Symbiotica Prompt Recipe
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.

By symbiotica-ai·Created 5 months ago·Updated 7 days ago· 1
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)

NameTypeDefaultDescription
recipeSTRINGThe 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.
slotsCOMBO3How many blocks this recipe serves. Outputs past it come back empty.
project_pathSTRINGClient project folder holding the prompt book. Unneeded when `order` is wired.
orderoptSYMBIOTICA_ORDERAny order from the pipeline — it carries the project, so project_path can stay empty.
categoryoptSTRINGWire 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.
bucketoptSTRINGAsset 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)

NameTypeDescription
text_1STRINGSlot 1 of the recipe, or empty when the recipe has no such slot.
text_2STRINGSlot 2 of the recipe, or empty when the recipe has no such slot.
text_3STRINGSlot 3 of the recipe, or empty when the recipe has no such slot.
text_4STRINGSlot 4 of the recipe, or empty when the recipe has no such slot.
text_5STRINGSlot 5 of the recipe, or empty when the recipe has no such slot.
text_6STRINGSlot 6 of the recipe, or empty when the recipe has no such slot.