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.
SMP · Prompt Serialize (legacy)
- prompt_dict
- positive_prompt
- negative_prompt
- raw_json
◄formatnatural_language►
CategoryFVM Tools/SMP/Output
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt_dict | PROMPT_DICT | — | |
| format | COMBO | natural_language | 2 options: natural_language, raw_json |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| positive_prompt | STRING | — |
| negative_prompt | STRING | — |
| raw_json | STRING | — |