You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing a custom_node where I dynamicaly change the input/output name based on the link connected.
this behavior is then synchronized accross multiple node under certain conditions
I would like to use your rename input name feature but apparently it does not override the actual node.inputs name but store it somewhere else.
Where do you store the info ?
How do you apply the new name ?
I've check your code but my level in TS/JS seems to be not high enough
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm developing a custom_node where I dynamicaly change the input/output name based on the link connected.
this behavior is then synchronized accross multiple node under certain conditions
I would like to use your rename input name feature but apparently it does not override the actual node.inputs name but store it somewhere else.
Where do you store the info ?
How do you apply the new name ?
I've check your code but my level in TS/JS seems to be not high enough
the node I'm talking about is this one and I point to the specific issue I want to execute MaraScott/ComfyUI_MaraScott_Nodes#20
Beta Was this translation helpful? Give feedback.
All reactions