Skip to content

Commit feb0429

Browse files
Update node connection documentation to reflect search box UI change (#603)
* Update development/core-concepts/nodes.mdx * Update zh-CN/development/core-concepts/nodes.mdx --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent f4937a0 commit feb0429

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

development/core-concepts/nodes.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,13 @@ After frontend version v1.16.0, we improved this feature. Now you only need to d
150150
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Say goodbye to annoying widget &lt;&gt; socket conversion starting from frontend version v1.16.0! Now each widget just always have an associated input socket by default <a href="https://twitter.com/hashtag/ComfyUI?src=hash&amp;ref_src=twsrc%5Etfw">#ComfyUI</a> <a href="https://t.co/sP9HHKyGYW">pic.twitter.com/sP9HHKyGYW</a></p>&mdash; Chenlei Hu (@HclHno3) <a href="https://twitter.com/HclHno3/status/1909059259536375961?ref_src=twsrc%5Etfw">April 7, 2025</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
151151
</Note>
152152

153-
### Input/Output Context Menu
153+
### Input/Output node search
154154

155-
This context menu is mainly related to the data type of the corresponding input/output:
155+
This feature is related to the data type of the corresponding input/output:
156156

157157
![Node Input/Output Context Menu](/images/concepts/node/context_menus_2.jpg)
158158

159-
When dragging the input/output of a node, if a connection appears but you haven't connected to another node's input or output, releasing the mouse will pop up a context menu for the input/output, used to quickly add related types of nodes.
159+
When dragging a connection from a node's input or output and releasing it on the graph without connecting to another node, the standard node search box appears. The initial search results are filtered to show only nodes with compatible input/output types, allowing you to quickly add related nodes.
160160
You can adjust the number of node suggestions in the settings:
161161

162162
![Node Suggestion Count](/images/concepts/node/node_suggestions.jpg)

zh-CN/development/core-concepts/nodes.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ icon: "circle"
145145
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Say goodbye to annoying widget &lt;&gt; socket conversion starting from frontend version v1.16.0! Now each widget just always have an associated input socket by default <a href="https://twitter.com/hashtag/ComfyUI?src=hash&amp;ref_src=twsrc%5Etfw">#ComfyUI</a> <a href="https://t.co/sP9HHKyGYW">pic.twitter.com/sP9HHKyGYW</a></p>&mdash; Chenlei Hu (@HclHno3) <a href="https://twitter.com/HclHno3/status/1909059259536375961?ref_src=twsrc%5Etfw">April 7, 2025</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
146146
</Note>
147147

148-
### 输入 / 输出的上下文菜单
148+
### 输入 / 输出节点搜索
149149

150-
这里上下文菜单主要和对应输入输出的数据类型相关
150+
此功能与对应输入输出的数据类型相关
151151

152152
![节点输入输出上下文菜单](/images/concepts/node/context_menus_2.jpg)
153153

154-
在拖动节点的输入 / 输出的时候,当有连线出现,但你未连接到其它节点的输入或输出的时候,此时释放鼠标则会弹出针对输入 / 输出的上下文菜单,用于快速添加相关类型的节点
154+
在拖动节点的输入 / 输出连线时,如果在画布上释放鼠标而未连接到其它节点,此时会弹出标准的节点搜索框。初始搜索结果会自动筛选显示具有兼容输入/输出类型的节点,方便你快速添加相关类型的节点
155155
你可以在设置中调整对应的节点建议的数量
156156

157157
![节点建议数量](/images/zh/core-concept/node/node_suggestions.jpg)

0 commit comments

Comments
 (0)