Skip to content

Commit d9b6339

Browse files
Make under-construction note more concise (#601)
* Update development/core-concepts/nodes.mdx * Update development/core-concepts/nodes.mdx * Update zh-CN/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> Co-authored-by: ComfyUI Wiki <[email protected]>
1 parent feb0429 commit d9b6339

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

development/core-concepts/nodes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The combinations of different nodes create the unlimited possibilities of ComfyU
1212
For example, in the K-Sampler node, you can see it has multiple inputs and outputs, and also includes multiple parameter settings. These parameters determine the logic of node execution. Behind each node is well-written Python logic, allowing you to achieve corresponding functionality without having to write code yourself.
1313

1414
<Note>
15-
As ComfyUI is still in rapid iteration and development, we are continuously improving it every day. Therefore, some operations mentioned in this article may change or be omitted. Please refer to the actual interface. If you find changes in actual operations, it may be due to our iterative updates. You can also fork [this repo](https://github.com/Comfy-Org/docs) and help us improve this documentation.
15+
ComfyUI is under active development, so some details here may be outdated. If you spot something that's changed, feel free to [help us update the docs](https://github.com/Comfy-Org/docs).
1616
</Note>
1717

1818
## Nodes perform operations
@@ -73,7 +73,7 @@ We provide various style settings for you to customize the appearance of nodes:
7373
- Modify styles
7474
- Double-click the node title to modify the node name
7575
- Switch node inputs between input sockets and widgets through the context menu
76-
- Resize the node using the bottom right corner
76+
- Resize the node by dragging any corner
7777

7878
<video
7979
controls

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ icon: "circle"
1212
例如在 K-Sampler 节点中,你可以看到它有多个输入和输出,也同时包含多个参数设置,这些参数决定了节点执行的逻辑,它的背后是对应编写好的 Python 逻辑,从而可以让你不用去接触代码就可以实现对应的功能。
1313

1414
<Note>
15-
由于 ComfyUI 仍旧在快速迭代和开发中,我们每天都在持续迭代,所以本文中相关操作的部分,可能会有一定变动或者遗漏,请以实际为准,如果你遇到实际的操作有变动,可能是因为我们进行了迭代更新,你也可以 fork [这个 repo](https://github.com/Comfy-Org/docs) 的和我们一起完善这个文档
15+
ComfyUI 正在持续开发中,文档中的部分内容可能已过时。如果你发现任何变化,欢迎[帮助我们更新文档](https://github.com/Comfy-Org/docs)
1616
</Note>
1717

1818
## 节点的的不同状态
@@ -68,7 +68,7 @@ icon: "circle"
6868
- 修改样式
6969
- 双击节点标题修改节点名称
7070
- 通过上下文菜单将节点输入在 input 和 组件(widget)之间进行切换
71-
- 通过节点右下角来缩放节点尺寸
71+
- 通过拖拽节点任意角来缩放节点尺寸
7272

7373
<video
7474
controls

0 commit comments

Comments
 (0)