‘NoneType’ object has no attribute ‘lower’​
问题: 缺少模型输入。​
解决方案: 找到红色描边节点并重新选择模型 。​

[Errno 2] No such file or directory​
问题: 未找到图片路径。​
解决方案: 查看红色描边的节点选择重新上传图片 。​

out of memory​
问题: 内存溢出。​
解决方案: 关闭多余软件并重启 ComfyUI,必要时增加内存条 。​

comfyui常见报错解决方案
‘NoneType’ object has no attribute ‘shape’​
问题: 模型版本不匹配。​
解决方案: 确保模型选择了正确的版本 。​

When loading the graph, the following node types were not found​
问题: 缺少插件节点。​
解决方案: 在管理器中搜索并安装对应的节点,更新节点到最新版本,检查启动过程中的加载失败异常 。

mat1 and mat2 shapes cannot be multiplied​
问题: 模型版本不匹配或插件不兼容。​
解决方案: 确认所有模型版本一致,确保大模型/lora/controlnet使用的是相同版本模型 。​

HTTPSConnectionPool host=’raw.githubusercontent.com’, port=443​
问题: 网络问题导致无法下载模型。​
解决方案: 使用学术加速解决网络问题,手动下载模型并放置到对应文件夹中 。​

ClipVision model not found​
问题: 视觉模型未找到。​
解决方案: 下载并放置视觉模型到 models/clip_models 目录下 。​

insightface model is required for FaceID models​
问题: ipadapter节点异常,要求传入faceid模型。​
解决方案: 确保风格模型与大模型版本对应,并下载faceid模型 。​

Preset text ‘default negative’ not found​
问题: 工作流中使用到了预设文本节点,但环境中缺少配置。​
解决方案: 检查并添加缺失的预设文本配置 。​

UNetModel’ object has no attribute ‘default_image_only_indicator’​
问题: freeu插件与内核不兼容。​
解决方案: 卸载freeu插件并重启 。

OpenCV (4.7.0) (-215:Assertion failed)​
问题: cliseg插件问题,API不兼容。​
解决方案: 修改 custom_nodes/clipseg.py 文件中的代码 。​

Failed to connect to http://raw.githubusercontent.com:443​
问题: 网络问题,无法连接到 GitHub。​
解决方案: 配置 hosts 文件或更改 DNS 服务器,确保域名可以正常访问 。​

ComfyUI-Manager无法访问​
问题: 网络问题,无法访问 ComfyUI-Manager。​
解决方案: 检查网络连接,使用代理或更改 DNS 服务器 。​

AttributeError: ‘NoneType’ object has no attribute ‘lower’​
问题: 节点执行错误。​
解决方案: 检查节点输入是否正确,确保所有必需的文件和模型都已正确加载 。