Skip to content
Closed
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
2 changes: 1 addition & 1 deletion zh-CN/development/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ ComfyUI 的主要功能包括:

- **[创建工作流](/zh-CN/development/core-concepts/workflow)**:工作流是一种编排 AI 模型和自动化任务的方式。它们是一系列相互连接形成管道的节点。
- **[自定义节点](/zh-CN/development/core-concepts/custom-nodes)**:任何人都可以编写自定义节点来扩展 ComfyUI 的功能。节点使用 Python 编写,并由社区发布。
- **扩展**:扩展是改进 ComfyUI 用户界面的第三方应用程序。
- **自定义节点**:自定义节点是改进 ComfyUI 用户界面的第三方应用程序。
- **[部署](/zh-CN/development/comfyui-server/comms_overview)**:ComfyUI 可以在您自己的环境中部署为 API 端点。