- 강의 질문
- AI CREATIVE
wd14 tagger
이런 import failed 가 나옵니다
제시해주신 방법 다 해봤는데
문제가 해결되지는 않습니다.
Traceback (most recent call last):
File "C:\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2141, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 999, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "C:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger\__init__.py", line 4, in <module>
from .wd14tagger import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger\wd14tagger.py", line 10, in <module>
import onnxruntime as ort
File "C:\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\__init__.py", line 61, in <module>
raise import_capi_exception
File "C:\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\__init__.py", line 24, in <module>
from onnxruntime.capi._pybind_state import (
File "C:\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\_pybind_state.py", line 32, in <module>
from .onnxruntime_pybind11_state import * # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: DLL load failed while importing onnxruntime_pybind11_state: DLL 초기화 루틴을 실행할 수 없습니다.