Nodes/🗂️ Dict Tools/📃Text → Dict🗂️
ComfyUI Node

📃Text → Dict🗂️

Parse raw text into key-value pairs.

By Lex-DRL·Created 4 months ago·Updated 4 months ago· 0
📃Text → Dict🗂️
  • dict
  • dict
pre_cleanuptrue
dict_text
show_statusfalse
Category🗂️ Dict Tools

Inputs (4)

NameTypeDefaultDescription
pre_cleanupBOOLEANtrueWhen enabled, each line is individually pre-stripped of any leading/trailing spaces before parsing the text.
dict_textSTRINGA wall of key-value pairs: • keys (item names) on their own line, • followed by their text. Different items are separated by empty lines.
show_statusBOOLEANfalseShow detected string names on the node itself?
dictoptDICTAn (optional) Dictionary to work with.

Outputs (1)

NameTypeDescription
dictDICT