> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 概述

> 作为开发者使用 ComfyUI

ComfyUI 是一个强大的 GenAI 推理引擎，可用于本地运行 AI 模型、创建工作流、开发自定义节点，以及部署为服务器。

ComfyUI 的主要功能包括：

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