[转] 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.

相关推荐
云云只是个程序马喽几秒前
AI漫剧创作系统开发定制指南
人工智能·小程序·php
Elastic 中国社区官方博客19 分钟前
Elastic 和 Cursor 合作 加速 上下文工程 与 coding agents
大数据·人工智能·elasticsearch·搜索引擎·全文检索
迦南的迦 亚索的索21 分钟前
AI_12_Dify_平台介绍
人工智能
HIT_Weston24 分钟前
68、【Agent】【OpenCode】用户对话提示词(任务执行流程)
人工智能·agent·opencode
ting94520001 小时前
Micro1 超详细深度解析:架构原理、部署实战、性能评测与落地应用全指南
人工智能·架构
冰西瓜6001 小时前
深度学习的数学原理(三十三)—— Transformer编码器完整实现
人工智能·深度学习·transformer
科研前沿1 小时前
镜像孪生VS视频孪生核心技术产品核心优势
大数据·人工智能·算法·重构·空间计算
DreamBoy@1 小时前
Mnemra:一键剪藏,让灵感真正可复用(一键从Ai对话页面到飞书云文档,浏览器插件方便好用)
人工智能
小陈phd1 小时前
TensorRT 入门完全指南(一)——从核心定义到生态工具全解析
人工智能·笔记
CeshirenTester2 小时前
从0到1学自动化测试该怎么规划?
人工智能