这个是一个blender的节点方式运行comfy ui,但是出现了下面这个问题
(路径不含空格和中文,显卡1060/cpu7700hq)
BlenderAI_Node Launch Time: 0.7201s
BlenderAI_Node Register cost 0.4369s
IMB_ibImageFromMemory: unknown file-format (C:\Users\mirac\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\BlenderAI_Node\SDNode\None.png)
[SDN-INF]: 卸载节点耗时: 0.00s
[SDN-DBG]: 当前ComfyUI路径: F:\Blender_ComfyUI\ComfyUI\
[SDN-WAR]: 服务启动中...
[SDN-INF]: ** ComfyUI startup time: 2024-01-09 20:20:22.002604
[SDN-INF]: ** Platform: Windows
[SDN-INF]: ** Python version: 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]
[SDN-INF]: ** Python executable: F:\Blender_ComfyUI\python_embeded\python.exe
[SDN-INF]: ** Log path: F:\Blender_ComfyUI\ComfyUI\comfyui.log
[SDN-INF]: Prestartup times for custom nodes:
[SDN-INF]: 0.1 seconds: F:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager
[SDN-INF]: Set cuda device to: 0
[SDN-INF]: Microsoft Visual C++ Redistributable is not installed, this may lead to the DLL load failure.
[SDN-INF]: It can be downloaded at https://aka.ms/vs/16/release/vc_redist.x64.exe
[SDN-INF]: Traceback (most recent call last):
[SDN-INF]: File "F:\Blender_ComfyUI\ComfyUI\main.py", line 73, in <module>
[SDN-INF]: import comfy.utils
[SDN-INF]: File "F:\Blender_ComfyUI\ComfyUI\comfy\utils.py", line 1, in <module>
[SDN-INF]: import torch
[SDN-INF]: File "F:\Blender_ComfyUI\python_embeded\lib\site-packages\torch\__init__.py", line 139, in <module>
[SDN-INF]: raise err
[SDN-INF]: OSError: [WinError 126] 找不到指定的模块。 Error loading "F:\Blender_ComfyUI\python_embeded\lib\site-packages\torch\lib\c10.dll" or one of its dependencies.
[SDN-DBG]: 输出监听线程关闭
[SDN-ERR]: 服务启动失败, 使用缓存节点信息数据
[SDN-INF]: 启动耗时: 1.05s
[SDN-WAR]: 解析节点中...
[SDN-WAR]: 解析节点完成!
[SDN-INF]: 解析节点耗时: 0.01s
[SDN-INF]: 注册节点耗时: 0.03s
[SDN-INF]: 卸载节点耗时: 0.00s
[SDN-DBG]: 当前ComfyUI路径: F:\Blender_ComfyUI\ComfyUI\
[SDN-WAR]: 服务启动中...
[SDN-INF]: ** ComfyUI startup time: 2024-01-09 20:22:32.747421
[SDN-INF]: ** Platform: Windows
[SDN-INF]: ** Python version: 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]
[SDN-INF]: ** Python executable: F:\Blender_ComfyUI\python_embeded\python.exe
[SDN-INF]: ** Log path: F:\Blender_ComfyUI\ComfyUI\comfyui.log
[SDN-INF]: Prestartup times for custom nodes:
[SDN-INF]: 0.1 seconds: F:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager
[SDN-INF]: Set cuda device to: 0
[SDN-INF]: Microsoft Visual C++ Redistributable is not installed, this may lead to the DLL load failure.
[SDN-INF]: It can be downloaded at https://aka.ms/vs/16/release/vc_redist.x64.exe
[SDN-INF]: Traceback (most recent call last):
[SDN-INF]: File "F:\Blender_ComfyUI\ComfyUI\main.py", line 73, in <module>
[SDN-INF]: import comfy.utils
[SDN-INF]: File "F:\Blender_ComfyUI\ComfyUI\comfy\utils.py", line 1, in <module>
[SDN-INF]: import torch
[SDN-INF]: File "F:\Blender_ComfyUI\python_embeded\lib\site-packages\torch\__init__.py", line 139, in <module>
[SDN-INF]: raise err
[SDN-INF]: OSError: [WinError 126] 找不到指定的模块。 Error loading "F:\Blender_ComfyUI\python_embeded\lib\site-packages\torch\lib\c10.dll" or one of its dependencies.
[SDN-DBG]: 输出监听线程关闭
[SDN-ERR]: 服务启动失败, 使用缓存节点信息数据
[SDN-INF]: 启动耗时: 1.03s
[SDN-WAR]: 解析节点中...
[SDN-WAR]: 解析节点完成!
[SDN-INF]: 解析节点耗时: 0.01s
[SDN-INF]: 注册节点耗时: 0.03s
这个路径的文件也存在在电脑中,不知道是怎么回事