ComfyUI Node
arkennemasis Prompt Build (substitution, no LLM)
Assemble one cell's prompt by pure string substitution: the change instruction, then the invariants, then both locks — the last three byte-identical across the whole run. Never invokes a language model.
arkennemasis Prompt Build (substitution, no LLM)
- prompt
- constant_hash
- prompt_hash
- change_only
◄recipe_json{}►
◄cell_json{}►
◄extra_constant►
◄audit_dir►
Categoryarkennemasis/Variation
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| recipe_json | STRING | {} | — |
| cell_json | STRING | {} | — |
| extra_constantopt | STRING | Optional extra text appended to EVERY prompt, after the locks — a backend-specific phrasing that helps this particular model. It joins the constant block, so it must not mention anything cell-specific. | |
| audit_diropt | STRING | Optional folder. Every built prompt is written there as <key>.prompt.txt, and the constant hash is appended to constants.log — which is what Prompt Audit reads. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| prompt | STRING | — |
| constant_hash | STRING | — |
| prompt_hash | STRING | — |
| change_only | STRING | — |