Nodes/comfyui-fvmtools/SMP · Prompt Serialize (legacy)
ComfyUI Node

SMP · Prompt Serialize (legacy)

Serializes a PROMPT_DICT to three STRINGs: • positive_prompt — natural-language or raw_json (configurable) • negative_prompt — pulled from post_processing.negative_prompt • raw_json — the full dict, pretty-printed (for sidecar logging) Wire the one you need into the encoder; the other two help debug.

By ping1979ping·Created 5 months ago·Updated 2 months ago· 0
SMP · Prompt Serialize (legacy)
  • prompt_dict
  • positive_prompt
  • negative_prompt
  • raw_json
formatnatural_language
CategoryFVM Tools/SMP/Output

Inputs (2)

NameTypeDefaultDescription
prompt_dictPROMPT_DICT
formatCOMBOnatural_language2 options: natural_language, raw_json

Outputs (3)

NameTypeDescription
positive_promptSTRING
negative_promptSTRING
raw_jsonSTRING