ComfyUI Node
GetJsonKeyValue
A ComfyUI node in advanced/utils with 4 inputs and 1 output.
GetJsonKeyValue
- key_value
◄json_path./input/JSON_KeyValueStore.json►
◄key_id_method▾►
◄rotation_interval0►
◄key_idplaceholder►
Categoryadvanced/utils
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| json_path | STRING | ./input/JSON_KeyValueStore.json | Path to a .json file with simple top level structure with key and value. See example in custom node folder. |
| key_id_method | COMBO | 3 options: custom, random_rotate, increment_rotate | |
| rotation_interval | INT | 0 | how many steps to jump when doing rotate. |
| key_id | STRING | placeholder | Put name of key in the .json here if using custom in key_id_method. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| key_value | STRING | — |