Get Parameter From Table
JNodes_GetParameterFromTable
parameter_listoutput node
Takes a table generated by MakeParameterTable and returns a value for the given parameter name from that table. Using MakeParameterTable has a higher upfront cost than GetParameterFromList but with many parameters this paradigm can be much, much faster.
Pack: ComfyUI-JNodes
custom_nodes.ComfyUI-JNodes
Inputs (5)
| Name | Type | Required |
|---|---|---|
| parameter_table | JNODES_PARAMETER_TABLE | required |
| parameter_name | STRING | required |
| return_type | COMBO | required |
| add_to_png_info | BOOLEAN | required |
| parameter_default | * | optional |
Outputs (1)
| Name | Type |
|---|---|
| * | * |