ComfyUI ZLUDA & AMD & conda 使用遇到的问题

启动中遇到的问题


WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies.

缺少flash-attention 或者版本错误,安装对应版本,不要安装到linux版本了
https://github.com/comfyanonymous/ComfyUI/issues/2991

CUDA12轮子
https://github.com/kingbri1/flash-attention
https://github.com/sdbds/flash-attention-for-windows/releases


OSError: [WinError 126] 找不到指定的模块。

Error loading "cublas64_11.dll" or one of its dependencies.

替换zluda前正常,替换后出现,因为缺少rocm的文件

解决

一般是没有配置hip环境,配置后还不行,查看下缺少什么文件

https://www.bilibili.com/opus/967745334024339490


使用中遇到的问题


点不动某些选项

浏览器插件影响了,关闭插件就行,比如翻译软件什么的


RuntimeError: GET was unable to find an engine to execute this computation

File "G:\ProgramData\anaconda3\envs\comfyuizluda\Lib\site-packages\torch\nn\modules\module.py"
GET was unable to find an engine to execute this computation
return F.conv2d(

cudnn相关,如果没有安装cudnn,HIP拓展和zluda夜间版就启用不了cudnn,需要屏蔽cudnn


RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!