Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions development/core-concepts/nodes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The combinations of different nodes create the unlimited possibilities of ComfyU
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.

<Note>
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.
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).
</Note>

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

<video
controls
Expand Down
4 changes: 2 additions & 2 deletions zh-CN/development/core-concepts/nodes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ icon: "circle"
例如在 K-Sampler 节点中,你可以看到它有多个输入和输出,也同时包含多个参数设置,这些参数决定了节点执行的逻辑,它的背后是对应编写好的 Python 逻辑,从而可以让你不用去接触代码就可以实现对应的功能。

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

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

<video
controls
Expand Down