format_map
Basic data handling: StringFormatMap
Formats a string using values from a dictionary. This node replaces placeholders in the input string with values from a dictionary. It uses the same placeholder syntax as the format() method, but takes the values from a dictionary mapping keys to values. For example, the string "Hello, {name}" with a dictionary {"name": "World"} would produce "Hello, World".
Pack: Basic data handling
custom_nodes.ComfyUI-basic_data_handling
Inputs (2)
Outputs (1)
| Name | Type |
|---|---|
| STRING | STRING |