Inference Logoinference.sh

Connecting Nodes

Wire data between apps in your flow.


Visual connections

Each node has ports:

  • Output ports on the right
  • Input ports on the left

Drag from an output to an input to connect.

code
1          2 Image Gen           Upscale  3                              4   image  image  5          

Data mapping

Click a node to configure its inputs:

InputSource
image{{image_gen.output.image}}
scale2

Mapping syntax

PatternExampleMeaning
From flow input{{input.image}}User-provided input
From another node{{node_name.output.field}}Output from previous step
Static value2 or "text"Fixed value

Example

Image enhancement flow:

code
1Input (image)2    3Upscale (image  {{input.image}}, scale  2)4    5Enhance (image  {{upscale.output.image}})6    7Output (result  {{enhance.output.image}})

Test connections

Run the flow after each new connection.

Catch issues early.


Next

Deploying as App

we use cookies

we use cookies to ensure you get the best experience on our website. for more information on how we use cookies, please see our cookie policy.

by clicking "accept", you agree to our use of cookies.
learn more.