root layout

패스트캠퍼스

  1. 강의 질문
  2. AI CREATIVE

wd14 tagger

2025.03.29 21:57 작성

이런 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 초기화 루틴을 실행할 수 없습니다.




답변 

연관 질문

커뮤니티 질문보기