欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 新闻 > 焦点 > Conda 安装纯净版ComfyUI

Conda 安装纯净版ComfyUI

2024/11/20 12:17:05 来源:https://blog.csdn.net/qq_28171389/article/details/143878669  浏览:    关键词:Conda 安装纯净版ComfyUI

网上有很多整合包, 我个人喜欢纯净版, 自已搭建

1 拉代码

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

如果没有装过git,下载安装:
https://git-scm.com/
https://git-lfs.com/

2 创建环境

cd ComfyUI
conda create -n ComfyUI python=3.11
conda activate ComfyUI

3 NVIDIA卡装pytorch, 各种包

nvcc --version 查看版本号, 要是运行不了来这里下载安装:https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=11&target_type=exe_local

关掉requirements.txt上的torch
查看显卡型号:cu121
安装torch: https://pytorch.org/get-started/locally/


pip install -r requirements.txt
conda list |grep torch    #查看是否cuda
pip install torch==2.1.2+cu121 torchaudio==2.1.2+cu121 torchvision==0.16.2+cu121 --extra-index-url https://download.pytorch.org/whl/cu121 xformers==0.0.23.post1 tensorboard==2.15.1 tensorflow==2.15.0
#--force-reinstall

4 启动


python main.py --windows-standalone-build    #--cpu

启动参数:https://www.yizz.cn/3943.html
启动时可能有各种问题,看控制台的错误提示

5 加节点,加模型

custom_nodes
models
运行节点时可能缺包,要监控控制台

参考:
https://blog.csdn.net/qq_28171389/article/details/143712138
https://blog.csdn.net/qq_28171389/article/details/143820731

在这里插入图片描述

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com