> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# 自定义节点

> 选择构建、扩展和发布 ComfyUI 自定义节点的正确路径。

自定义节点通过新的服务器端行为、用户界面功能和集成来扩展 ComfyUI。根据您想要实现的目标选择一条路径。

<CardGroup cols={2}>
  <Card title="构建自定义节点" icon="code" href="/zh/custom-nodes/overview">
    在构建节点之前，了解客户端-服务器模型、节点分类、Python 后端和 JavaScript 前端。
  </Card>

  <Card title="打包与发布" icon="box" href="/zh/registry/overview">
    准备节点包，将其发布到 Comfy 注册表，并管理版本和发布。
  </Card>
</CardGroup>

## 选择起点

* **自定义节点新手：** 从[自定义节点概述](/zh/custom-nodes/overview)开始。
* **构建后端：** 参阅 [Python（后端）](/zh/custom-nodes/backend/server_overview)。
* **扩展 UI：** 参阅 [JavaScript（UI）](/zh/custom-nodes/js/javascript_overview)。
* **发布包：** 从[注册表概述](/zh/registry/overview)开始。
