[转] AI 官方:ComfyUI 的软件、硬件要求

AI 官方:ComfyUI 的软件、硬件要求

> https://github.com/comfyanonymous/ComfyUI/tags

复制代码
## 安装 ComfyUI 
# 1
# CPU  https://docs.comfy.org/installation/manual_install#linux
git clone git@github.com:comfyanonymous/ComfyUI.git
git clone https://github.com/comfyanonymous/ComfyUI.git  # 开源版本

# 2 安装GPU驱动。(纯CPU则忽略这一步骤。)
# ComfyUI官方有给出了安装文档?
## GPU 需要另外安装要求的具体驱动

# 3 安装依赖
cd ComfyUI
pip install -r requirements.txt
# https://pytorch.org/get-started/locally/     
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu

# 4 运行
# Start ComfyUI, Start the application
cd ComfyUI
python main.py  # GPU运行
python3 main.py --cpu # 纯CPU运行

How to Install Custom Nodes in ComfyUI

> https://docs.comfy.org/installation/install_custom_node

> https://docs.comfy.org/installation/system_requirements

Supported Hardware

  • NVIDIA GPU
  • AMD GPU
  • Intel GPU (includes Arc series, supports IPEX)
  • Apple Silicon (M1/M2)
  • Ascend NPU
  • Cambricon MLU
  • CPU (can use the ---cpu parameter, slower)

Please refer to the ComfyUI Windows and Linux manual installation section for detailed installation steps.

The stable version of PyTorch 2.7 now supports the Blackwell architecture (CUDA 12.8), and the core and desktop versions of ComfyUI have adopted this version.

Dependencies

  • Install PyTorch
  • Install all dependencies in the requirements.txt of ComfyUI

Manual Installation

Please refer to the manual installation section for detailed installation steps.

.

System Requirements

Currently, we support the following operating systems:

  • Windows
  • Linux
  • macOS (supports Apple Silicon, such as the M series)

You can refer to the following sections to learn about the installation methods for different systems and versions of ComfyUI. In the installation of different versions, we have simply described the system requirements.

  • ComfyUI Desktop
  • ComfyUI Desktop
  • ComfyUI Portable (Windows)

Manual Installation

Python Version

  • Recommended Python 3.12
  • Supports Python 3.13 (some custom nodes may not be compatible)

Browser Requirements

For the best experience, use Google Chrome version 143 or later. Earlier versions of Chrome (142 and below) have known issues that can cause visual glitches and performance problems in ComfyUI.

相关推荐
罗西的思考10 小时前
AI Agent框架探秘:拆解 OpenHands(10)--- Runtime
人工智能·算法·机器学习
冬奇Lab11 小时前
OpenClaw 源码精读(2):Channel & Routing——一条消息如何找到它的 Agent?
人工智能·开源·源码阅读
冬奇Lab11 小时前
一天一个开源项目(第38篇):Claude Code Telegram - 用 Telegram 远程用 Claude Code,随时随地聊项目
人工智能·开源·资讯
格砸12 小时前
从入门到辞职|从ChatGPT到OpenClaw,跟上智能时代的进化
前端·人工智能·后端
可观测性用观测云13 小时前
可观测性 4.0:教系统如何思考
人工智能
sunny86513 小时前
Claude Code 跨会话上下文恢复:从 8 次纠正到 0 次的工程实践
人工智能·开源·github
小笼包包仔13 小时前
OpenClaw 多Agent软件开发最佳实践指南
人工智能
smallyoung13 小时前
AgenticRAG:智能体驱动的检索增强生成
人工智能
_skyming_13 小时前
OpenCode 如何做到结果不做自动质量评估,为什么结果还不错?
人工智能
南山安14 小时前
手写 Cursor 核心原理:从 Node.js 进程到智能 Agent
人工智能·agent·设计