环境
系统:CentOS-7
CPU : E5-2680V4 14核28线程
内存:DDR4 2133 32G * 2
显卡:Tesla V100-32G【PG503】 (水冷)
驱动: 535
CUDA: 12.2
下载
bash
git clone https://github.com/comfyanonymous/ComfyUI
cd ComfyUI
可以切换版本
# 查看远程分支
git branch -r
git checkout 分支名
git switch 分支名
本次使用main分支
配置Python环境
bash
conda create -n comfyui_12 python=3.12 -y
conda activate comfyui_12
安装依赖
bash
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple
启动
bash
python main.py --listen --port 8188 --cuda-malloc --lowvram
http://192.168.31.222:8188/
