Nodes/comfyui-fvmtools/JB · Builder
ComfyUI Node

JB · Builder

Universal JSON prompt builder. Hand-author a tree of key:value rows with indent-based nesting, or insert a snippet from the catalog. Row values may contain ``__wildcard__`` tokens that expand from text files in the wildcards directory. Emits raw_json (strict) and string (chosen format).

By ping1979ping·Created 5 months ago·Updated 2 months ago· 0
JB · Builder
  • context_from_prompt_generator
  • raw_json
  • string
rows[]
seed0
output_formatloose_keys
CategoryFVM Tools/JB

Inputs (4)

NameTypeDefaultDescription
rowsSTRING[]
seedINT00–18446744073709550000Seed for wildcards. Same seed + same rows + same wildcards → identical output.
output_formatCOMBOloose_keys3 options: pretty_json, compact_json, loose_keys
context_from_prompt_generatoroptDICTOptional variable bag from an adaptiveprompts PromptGenerator's `context` output. Enables `__^var__` recall of values previously bound with `__name^var__`.

Outputs (2)

NameTypeDescription
raw_jsonSTRING
stringSTRING