# ComfyUI ## Docs - [ComfyUI Hunyuan Video Examples](https://docs.comfy.org/advanced/hunyuan-video.md): This guide shows how to use Hunyuan Text-to-Video and Image-to-Video workflows in ComfyUI - [LTX-Video](https://docs.comfy.org/advanced/ltxv.md) - [Getting Started](https://docs.comfy.org/comfy-cli/getting-started.md) - [Reference](https://docs.comfy.org/comfy-cli/reference.md) - [Contributing](https://docs.comfy.org/community/contributing.md) - [Datatypes](https://docs.comfy.org/custom-nodes/backend/datatypes.md) - [Node Expansion](https://docs.comfy.org/custom-nodes/backend/expansion.md) - [Images, Latents, and Masks](https://docs.comfy.org/custom-nodes/backend/images_and_masks.md) - [Lazy Evaluation](https://docs.comfy.org/custom-nodes/backend/lazy_evaluation.md) - [Lifecycle](https://docs.comfy.org/custom-nodes/backend/lifecycle.md) - [Data lists](https://docs.comfy.org/custom-nodes/backend/lists.md) - [Publishing to the Manager](https://docs.comfy.org/custom-nodes/backend/manager.md) - [Hidden and Flexible inputs](https://docs.comfy.org/custom-nodes/backend/more_on_inputs.md) - [Properties](https://docs.comfy.org/custom-nodes/backend/server_overview.md): Properties of a custom node - [Annotated Examples](https://docs.comfy.org/custom-nodes/backend/snippets.md) - [Working with torch.Tensor](https://docs.comfy.org/custom-nodes/backend/tensors.md) - [Annotated Examples](https://docs.comfy.org/custom-nodes/js/javascript_examples.md) - [Comfy Hooks](https://docs.comfy.org/custom-nodes/js/javascript_hooks.md) - [Comfy Objects](https://docs.comfy.org/custom-nodes/js/javascript_objects_and_hijacking.md) - [Javascript Extensions](https://docs.comfy.org/custom-nodes/js/javascript_overview.md) - [Settings](https://docs.comfy.org/custom-nodes/js/javascript_settings.md) - [Overview](https://docs.comfy.org/custom-nodes/overview.md) - [Tips](https://docs.comfy.org/custom-nodes/tips.md) - [Getting Started](https://docs.comfy.org/custom-nodes/walkthrough.md) - [Workflow templates](https://docs.comfy.org/custom-nodes/workflow_templates.md) - [Messages](https://docs.comfy.org/essentials/comfyui-server/comms_messages.md) - [Server Overview](https://docs.comfy.org/essentials/comfyui-server/comms_overview.md) - [Execution Model Inversion Guide](https://docs.comfy.org/essentials/comfyui-server/execution_model_inversion_guide.md) - [Dependencies](https://docs.comfy.org/essentials/core-concepts/dependencies.md) - [Links](https://docs.comfy.org/essentials/core-concepts/links.md) - [Models](https://docs.comfy.org/essentials/core-concepts/models.md) - [Nodes](https://docs.comfy.org/essentials/core-concepts/nodes.md) - [Properties](https://docs.comfy.org/essentials/core-concepts/properties.md) - [Workflow](https://docs.comfy.org/essentials/core-concepts/workflow.md) - [Keyboard and Mouse Shortcuts](https://docs.comfy.org/essentials/shortcuts.md) - [Getting Started with AI Image Generation](https://docs.comfy.org/get_started/first_generation.md): This tutorial will guide you through your first image generation with ComfyUI, covering basic interface operations like workflow loading, model installation, and image generation - [Introduction](https://docs.comfy.org/get_started/introduction.md): Official documentation for ComfyUI. Contribute [here](https://github.com/Comfy-Org/docs). - [ComfyUI(portable) Windows](https://docs.comfy.org/installation/comfyui_portable_windows.md): This tutorial will guide you on how to download and start using ComfyUI Portable and run the corresponding programs - [Linux Desktop Version](https://docs.comfy.org/installation/desktop/linux.md): This article introduces how to download, install and use ComfyUI Desktop for Linux - [MacOS Desktop Version](https://docs.comfy.org/installation/desktop/macos.md): This article introduces how to download, install and use ComfyUI Desktop for MacOS - [Windows Desktop Version](https://docs.comfy.org/installation/desktop/windows.md): This article introduces how to download, install and use ComfyUI Desktop for Windows - [Manual Installation](https://docs.comfy.org/installation/manual_install.md) - [System Requirements](https://docs.comfy.org/installation/system_requirements.md): This guide introduces some system requirements for ComfyUI, including hardware and software requirements - [Create a new custom node](https://docs.comfy.org/registry/api-reference/nodes/create-a-new-custom-node.md) - [Delete a specific node](https://docs.comfy.org/registry/api-reference/nodes/delete-a-specific-node.md) - [Retrieve a specific node by ID](https://docs.comfy.org/registry/api-reference/nodes/retrieve-a-specific-node-by-id.md): Returns the details of a specific node. - [Retrieve all nodes](https://docs.comfy.org/registry/api-reference/nodes/retrieve-all-nodes.md) - [Retrieves a list of nodes](https://docs.comfy.org/registry/api-reference/nodes/retrieves-a-list-of-nodes.md): Returns a paginated list of nodes across all publishers. - [Returns a node version to be installed.](https://docs.comfy.org/registry/api-reference/nodes/returns-a-node-version-to-be-installed.md): Retrieves the node data for installation, either the latest or a specific version. - [Update a specific node](https://docs.comfy.org/registry/api-reference/nodes/update-a-specific-node.md) - [API Overview](https://docs.comfy.org/registry/api-reference/overview.md) - [Create a new publisher](https://docs.comfy.org/registry/api-reference/publishers/create-a-new-publisher.md) - [Delete a publisher](https://docs.comfy.org/registry/api-reference/publishers/delete-a-publisher.md) - [Retrieve a publisher by ID](https://docs.comfy.org/registry/api-reference/publishers/retrieve-a-publisher-by-id.md) - [Retrieve all publishers](https://docs.comfy.org/registry/api-reference/publishers/retrieve-all-publishers.md) - [Retrieve all publishers for a given user](https://docs.comfy.org/registry/api-reference/publishers/retrieve-all-publishers-for-a-given-user.md) - [Update a publisher](https://docs.comfy.org/registry/api-reference/publishers/update-a-publisher.md) - [Validate if a publisher username is available](https://docs.comfy.org/registry/api-reference/publishers/validate-if-a-publisher-username-is-available.md): Checks if the publisher username is already taken. - [Create a new personal access token](https://docs.comfy.org/registry/api-reference/token-management/create-a-new-personal-access-token.md) - [Delete a specific personal access token](https://docs.comfy.org/registry/api-reference/token-management/delete-a-specific-personal-access-token.md) - [Retrieve all personal access tokens for a publisher](https://docs.comfy.org/registry/api-reference/token-management/retrieve-all-personal-access-tokens-for-a-publisher.md) - [List all versions of a node](https://docs.comfy.org/registry/api-reference/versions/list-all-versions-of-a-node.md) - [Publish a new version of a node](https://docs.comfy.org/registry/api-reference/versions/publish-a-new-version-of-a-node.md) - [Retrieve a specific version of a node](https://docs.comfy.org/registry/api-reference/versions/retrieve-a-specific-version-of-a-node.md) - [Unpublish (delete) a specific version of a node](https://docs.comfy.org/registry/api-reference/versions/unpublish-delete-a-specific-version-of-a-node.md) - [Update changelog and deprecation status of a node version](https://docs.comfy.org/registry/api-reference/versions/update-changelog-and-deprecation-status-of-a-node-version.md): Update only the changelog and deprecated status of a specific version of a node. - [Custom Node CI/CD](https://docs.comfy.org/registry/cicd.md) - [Overview](https://docs.comfy.org/registry/overview.md) - [Publishing Nodes](https://docs.comfy.org/registry/publishing.md) - [pyproject.toml](https://docs.comfy.org/registry/specifications.md) - [Standards](https://docs.comfy.org/registry/standards.md): Security and other standards for publishing to the Registry - [Node Definition JSON](https://docs.comfy.org/specs/nodedef_json.md): JSON schema for a ComfyUI Node. - [Node Definition JSON 1.0](https://docs.comfy.org/specs/nodedef_json_1_0.md): JSON schema for a ComfyUI Node. - [Workflow JSON](https://docs.comfy.org/specs/workflow_json.md): JSON schema for a ComfyUI workflow. - [Workflow JSON 0.4](https://docs.comfy.org/specs/workflow_json_0.4.md): JSON schema for a ComfyUI workflow. - [ComfyUI Hunyuan3D-2 Examples](https://docs.comfy.org/tutorials/3d/hunyuan3D-2.md): This guide will demonstrate how to use Hunyuan3D-2 in ComfyUI to generate 3D assets. - [ComfyUI Image to Image Workflow](https://docs.comfy.org/tutorials/basic/image-to-image.md): This guide will help you understand and complete an image to image workflow - [ComfyUI Inpainting Workflow](https://docs.comfy.org/tutorials/basic/inpaint.md): This guide will introduce you to the inpainting workflow in ComfyUI, walk you through an inpainting example, and cover topics like using the mask editor - [ComfyUI LoRA Example](https://docs.comfy.org/tutorials/basic/lora.md): This guide will help you understand and use a single LoRA model - [ComfyUI Multiple LoRAs Example](https://docs.comfy.org/tutorials/basic/multiple-loras.md): This guide demonstrates how to apply multiple LoRA models simultaneously in ComfyUI - [ComfyUI Outpainting Workflow Example](https://docs.comfy.org/tutorials/basic/outpaint.md): This guide will introduce you to the outpainting workflow in ComfyUI and walk you through an outpainting example - [ComfyUI Text to Image Workflow](https://docs.comfy.org/tutorials/basic/text-to-image.md): This guide will help you understand the concept of text-to-image in AI art generation and complete a text-to-image workflow in ComfyUI - [ComfyUI Image Upscale Workflow](https://docs.comfy.org/tutorials/basic/upscale.md): This guide explains the concept of image upscaling in AI drawing and demonstrates how to implement an image upscaling workflow in ComfyUI - [ComfyUI ControlNet Usage Example](https://docs.comfy.org/tutorials/controlnet/controlnet.md): This guide will introduce you to the basic concepts of ControlNet and demonstrate how to generate corresponding images in ComfyUI - [ComfyUI Depth ControlNet Usage Example](https://docs.comfy.org/tutorials/controlnet/depth-controlnet.md): This guide will introduce you to the basic concepts of Depth ControlNet and demonstrate how to generate corresponding images in ComfyUI - [ComfyUI Depth T2I Adapter Usage Example](https://docs.comfy.org/tutorials/controlnet/depth-t2i-adapter.md): This guide will introduce you to the basic concepts of Depth T2I Adapter and demonstrate how to generate corresponding images in ComfyUI - [ComfyUI Mixing ControlNet Examples](https://docs.comfy.org/tutorials/controlnet/mixing-controlnets.md): In this example, we will demonstrate how to mix multiple ControlNets and learn to use multiple ControlNet models to control image generation - [ComfyUI Pose ControlNet Usage Example](https://docs.comfy.org/tutorials/controlnet/pose-controlnet-2-pass.md): This guide will introduce you to the basic concepts of Pose ControlNet, and demonstrate how to generate large-sized images in ComfyUI using a two-pass generation approach - [ComfyUI Flux.1 ControlNet Examples](https://docs.comfy.org/tutorials/flux/flux-1-controlnet.md): This guide will demonstrate workflow examples using Flux.1 ControlNet. - [ComfyUI Flux.1 fill dev Example](https://docs.comfy.org/tutorials/flux/flux-1-fill-dev.md): This guide demonstrates how to use Flux.1 fill dev to create Inpainting and Outpainting workflows. - [ComfyUI Flux.1 Text-to-Image Workflow Example](https://docs.comfy.org/tutorials/flux/flux-1-text-to-image.md): This guide provides a brief introduction to the Flux.1 model and guides you through using the Flux.1 model for text-to-image generation with examples including the full version and the FP8 Checkpoint version. - [ComfyUI 混元视频示例](https://docs.comfy.org/zh-CN/advanced/hunyuan-video.md): 本文介绍了如何在 ComfyUI 中完成混元文生视频及图生视频的工作流 - [LTX-Video](https://docs.comfy.org/zh-CN/advanced/ltxv.md): 快速生成可控视频 - [开始 ComfyUI 的 AI 绘图之旅](https://docs.comfy.org/zh-CN/get_started/first_generation.md): 本部分教程将会带你完成首次 ComfyUI 的图片生成,了解并熟悉 ComfyUI 中的一些界面基础操作,如工作流加载、模型安装、图片生成等 - [关于 ComfyUI](https://docs.comfy.org/zh-CN/get_started/introduction.md): ComfyUI 的官方文档。欢迎在[这里](https://github.com/Comfy-Org/docs)贡献文档。 - [ComfyUI便携版 Windows](https://docs.comfy.org/zh-CN/installation/comfyui_portable_windows.md): 本篇教程将指导你如何下载和开始使用 ComfyUI Portable(便携版) 并运行对应的程序 - [Linux桌面版](https://docs.comfy.org/zh-CN/installation/desktop/linux.md): 本文将介绍 ComfyUI Desktop MacOS 版本的下载以及安装使用 - [MacOs桌面版](https://docs.comfy.org/zh-CN/installation/desktop/macos.md): 本文将介绍 ComfyUI Desktop MacOS 版本的下载以及安装使用 - [Windows桌面版](https://docs.comfy.org/zh-CN/installation/desktop/windows.md): 本文将介绍 ComfyUI Desktop Windows 版本的下载以及安装使用 - [手动安装](https://docs.comfy.org/zh-CN/installation/manual_install.md): 本部分将指导你完成在 Windows、MacOS 以及 Linux 的手动安装过程 - [系统要求](https://docs.comfy.org/zh-CN/installation/system_requirements.md): 本文将介绍 ComfyUI 目前的一些系统要求,包括硬件及软件要求 - [ComfyUI Hunyuan3D-2 示例](https://docs.comfy.org/zh-CN/tutorials/3d/hunyuan3D-2.md): 本文将使用 Hunyuan3D-2 来完成在 ComfyUI 中 3D 资产生成的工作流示例。 - [ComfyUI 图生图工作流](https://docs.comfy.org/zh-CN/tutorials/basic/image-to-image.md): 本篇将引导了解并完成图生图工作流 - [ComfyUI 局部重绘工作流](https://docs.comfy.org/zh-CN/tutorials/basic/inpaint.md): 本篇指南将带你了解 ComfyUI 中的局部重绘工作流,并带你完成一个局部重绘的示例,以及遮罩编辑器的使用等 - [ComfyUI LoRA 使用示例](https://docs.comfy.org/zh-CN/tutorials/basic/lora.md): 本篇将引导了解并完成单个 LoRA 模型的使用 - [ComfyUI 应用多个 LoRA 示例](https://docs.comfy.org/zh-CN/tutorials/basic/multiple-loras.md): 本篇将引导你了解并完成在 ComfyUI 中同时应用多个 LoRA 模型 - [ComfyUI 扩图(Outpaint)工作流示例](https://docs.comfy.org/zh-CN/tutorials/basic/outpaint.md): 本篇指南将带你了解 ComfyUI 中的扩图工作流,带你完成一个扩图的示例 - [ComfyUI 文生图工作流](https://docs.comfy.org/zh-CN/tutorials/basic/text-to-image.md): 本篇将引导了解 AI 绘图中,文生图的概念,并在 ComfyUI 中完成文生图工作流生成 - [ComfyUI 图像放大工作流](https://docs.comfy.org/zh-CN/tutorials/basic/upscale.md): 本篇将引导了解 AI 绘图中,放大图片的概念,并在 ComfyUI 中完成放大图片工作流生成 - [ComfyUI ControlNet 使用示例](https://docs.comfy.org/zh-CN/tutorials/controlnet/controlnet.md): 本篇将引导了解基础的 ControlNet 概念,并在 ComfyUI 中完成对应的图像生成 - [ComfyUI Depth ControlNet 使用示例](https://docs.comfy.org/zh-CN/tutorials/controlnet/depth-controlnet.md): 本篇将引导了解基础的 Depth ControlNet 概念,并在 ComfyUI 中完成对应的图像生成 - [ComfyUI Depth T2I Adapter 使用示例](https://docs.comfy.org/zh-CN/tutorials/controlnet/depth-t2i-adapter.md): 本篇将引导了解基础的 Depth T2I Adapter ,并在 ComfyUI 中完成对应的图像生成 - [ComfyUI ControlNet 混合使用示例](https://docs.comfy.org/zh-CN/tutorials/controlnet/mixing-controlnets.md): 我们将在本篇示例中,完成多个 ControlNet 混合使用,学会使用多个 ControlNet 模型来控制图像生成 - [ComfyUI Pose ControlNet 使用示例](https://docs.comfy.org/zh-CN/tutorials/controlnet/pose-controlnet-2-pass.md): 本篇将引导了解基础的 Pose ControlNet,并通过二次图生图的方式,在 ComfyUI 中完成大尺寸的图像生成 - [ComfyUI Flux.1 ControlNet 示例](https://docs.comfy.org/zh-CN/tutorials/flux/flux-1-controlnet.md): 本文将使用 Flux.1 ControlNet 来完成 ControlNet 的工作流示例。 - [ComfyUI Flux.1 fill dev 示例](https://docs.comfy.org/zh-CN/tutorials/flux/flux-1-fill-dev.md): 本文将使用Flux.1 fill dev 来完成 Inpainting 和 Outpainting 的工作流示例。 - [ComfyUI Flux 文生图工作示例](https://docs.comfy.org/zh-CN/tutorials/flux/flux-1-text-to-image.md): 本文将简要介绍 Flux 绘图模型,并指导使用 Flux 模型进行文生图的示例包括原始完整版本和 FP8 Checkpoint 版本。 ## Optional - [Documentation](https://docs.comfy.org/) - [Discord](https://comfy.org/discord) - [Matrix Community](https://app.element.io/#/room/%23comfyui_space%3Amatrix.org) - [Blog](https://blog.comfy.org)