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

# 概述

> 作为开发者使用 ComfyUI

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

ComfyUI 的主要功能包括：

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