jxkn commited on
Commit
efe8fc6
·
1 Parent(s): 17f5e15

docs: changed connect-nodes.mdx

Browse files
docs/creating-pipelines/connect-nodes.mdx CHANGED
@@ -9,10 +9,12 @@ Let’s learn how to add multiple nodes to the canvas and connect them into a co
9
  ## Adding Multiple Nodes
10
 
11
  Start by adding several nodes from the node menu.
12
- For example, let's add the `Generate on Flux` node to an existing `ChatGPT` node:
13
 
14
  Since the output of the `ChatGPT` node is text, and the `Generate on Flux` node accepts text as input, they can be connected directly:
15
 
 
 
16
  :::tip
17
  You can build large pipelines using many nodes, but keep in mind that generation speed may decrease as the pipeline grows.
18
  :::
@@ -60,6 +62,8 @@ To remove a connection between two nodes:
60
  1. Hover your mouse over the connection line.
61
  2. When the line is highlighted and the cursor changes to an **"X" icon**, click to delete the connection.
62
 
 
 
63
  :::tip Tip
64
  The connection line will highlight to indicate it can be removed.
65
  :::
 
9
  ## Adding Multiple Nodes
10
 
11
  Start by adding several nodes from the node menu.
12
+ For example, let's add the `Generate on Flux` node to an existing `ChatGPT` node
13
 
14
  Since the output of the `ChatGPT` node is text, and the `Generate on Flux` node accepts text as input, they can be connected directly:
15
 
16
+ ![Node Connection](../img/nodes_connection.webp)
17
+
18
  :::tip
19
  You can build large pipelines using many nodes, but keep in mind that generation speed may decrease as the pipeline grows.
20
  :::
 
62
  1. Hover your mouse over the connection line.
63
  2. When the line is highlighted and the cursor changes to an **"X" icon**, click to delete the connection.
64
 
65
+ ![Connection Delete](../img/connection_delete.webp)
66
+
67
  :::tip Tip
68
  The connection line will highlight to indicate it can be removed.
69
  :::