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've found that some nodes that accept a value, some of them can take a value through a bypassed node, and others don't receive any value of a bypassed node.
Does anyone know what differs in the code when receiving the input value?
In my node I simply get the value from def process(self, input_text), but I don't do anything complicated like accepting anything and typing on the fly.
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
Uh oh!
There was an error while loading. Please reload this page.
-
I've found that some nodes that accept a value, some of them can take a value through a bypassed node, and others don't receive any value of a bypassed node.
Does anyone know what differs in the code when receiving the input value?
In my node I simply get the value from def process(self, input_text), but I don't do anything complicated like accepting anything and typing on the fly.
Beta Was this translation helpful? Give feedback.
All reactions