1、使用git拉取comfyui,

git clone https://github.com/comfyanonymous/ComfyUI

2、将你的大模型导入相应的文件夹

comfyui启动命令

python3 main.py

如果出现

Starting server
To see the GUI go to: http://127.0.0.1:8188

代表运行成功。

打开地址,如果发现缺少manager模块,则cd到你的custom-node目录下

git clone https://github.com/ltdrdata/ComfyUI-Manager

然后重启服务即可

如何切换中文版,网上有教程,在此不在叙述

$ docker login --username=<你的阿里云账号> registry.<你的仓库地域>.aliyuncs.com
$ docker pull registry.<你的仓库地域>.aliyuncs.com/ch_mirror/comfyui_custom:[镜像版本号]
$ docker tag [ImageId] registry.<你的仓库地域>.aliyuncs.com/ch_mirror/comfyui_custom:[镜像版本号]
$ docker push registry.<你的仓库地域>.aliyuncs.com/ch_mirror/comfyui_custom:[镜像版本号]

REPOSITORY TAG IMAGE ID CREATED SIZE
comfyui latest 322ca7bfa543 About a minute ago 9.02GB
<none> <none> 3872ef532915 11 minutes ago 9.02GB

docker build -t comfyui:latest .
docker run -d -p 8000:8000 comfyui:latest
docker images
docker push registry.cn-hangzhou.aliyuncs.com/ch_mirror/comfyui_custom:0.0.1
docker tag 322ca7bfa543 registry.cn-hangzhou.aliyuncs.com/ch_mirror/comfyui_custom:0.0.1