Make Parameter Table

JNodes_MakeParameterTable

Takes a string that may have parameters tagged with parsing_key, then returns a table. GetParameterFromTable will allow you to retrieve values. This 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 (3)

NameTypeRequired
parameter_listSTRINGrequired
parsing_keySTRINGrequired
overwriteBOOLEANrequired

Outputs (2)

NameType
passthroughSTRING
parameter_tableJNODES_PARAMETER_TABLE
Make Parameter Table | TealPug Node Explorer