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

相关推荐
万里鹏程转瞬至8 小时前
InternVL(1~3.5版本)多模型大模型训练中的数据集构造总结
人工智能
badhope12 小时前
Mobile-Skills:移动端技能可视化的创新实践
开发语言·人工智能·git·智能手机·github
吴佳浩14 小时前
GPU 编号进阶:CUDA\_VISIBLE\_DEVICES、多进程与容器化陷阱
人工智能·pytorch·python
吴佳浩14 小时前
GPU 编号错乱踩坑指南:PyTorch cuda 编号与 nvidia-smi 不一致
人工智能·pytorch·nvidia
小饕14 小时前
苏格拉底式提问对抗315 AI投毒:实操指南
网络·人工智能
卧蚕土豆14 小时前
【有啥问啥】OpenClaw 安装与使用教程
人工智能·深度学习
GoCodingInMyWay14 小时前
开源好物 26/03
人工智能·开源
AI科技星14 小时前
全尺度角速度统一:基于 v ≡ c 的纯推导与验证
c语言·开发语言·人工智能·opencv·算法·机器学习·数据挖掘
zhangfeng113315 小时前
Windows 的 Git Bash 中使用 md5sum 命令非常简单 md5做文件完整性检测 WinRAR 可以计算文件的 MD5 值
人工智能·windows·git·bash
monsion15 小时前
OpenCode 学习指南
人工智能·vscode·架构