root layout

패스트캠퍼스

  1. 강의 질문
  2. AI CREATIVE

wd14 tager 노드가 나오지않습니다.(추가로 was node suite 도 동일한 느낌으로 안나옵니다)

2025.09.19 07:42 수정

꿀팁 대방출에서 나와있는 내용으로 하다보니

커스텀 노드 / 매니저 에 config 파일이 없어서 메모장으로 만들어서 넣어도 봤고(보안유지관련)

이것저것 커뮤니티 답변대로 찾아서도 해봤습니다.

지금 버전은

ComfyUI Manager V3.37

Keywords: v0.3.58


가장 최근 답변대로 순서대로 해보니


3. "python.exe -s -m pip uninstall onnxruntime-gpu" 명령어를 입력하고 실행합니다.


3번까지 하면 아래처럼 매시지가 뜹니다

WARNING: Skipping onnxruntime-gpu as it is not installed.



==============================================================================

cmd 창 에러메시지를 찾아보니 이렇게 오류가 나있어서 내용을 남겨놓습니다.



### ComfyUI Revision: 150 [72212fef] *DETACHED | Released on '2025-09-10'

[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json

[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json

[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json

[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json

[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json

(pysssss:WD14Tagger) [ERROR] onnxruntime is required, please check requirements are installed.

Skip C:\COMFYUI\ComfyUI_windows\ComfyUI\custom_nodes\comfyui-wd14-tagger module for custom nodes due to the lack of NODE_CLASS_MAPPINGS or NODES_LIST (need one).

[C:\COMFYUI\ComfyUI_windows\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: C:\COMFYUI\ComfyUI_windows\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts

[C:\COMFYUI\ComfyUI_windows\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False

[C:\COMFYUI\ComfyUI_windows\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']

C:\COMFYUI\ComfyUI_windows\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py:26: UserWarning: DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly

warnings.warn("DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly")

[rgthree-comfy] Loaded 48 extraordinary nodes. 🎉

-----------------------------------------------------------------------

Traceback (most recent call last):

File "C:\COMFYUI\ComfyUI_windows\python_embeded\Lib\site-packages\llvmlite\binding\ffi.py", line 141, in __getattr__

return self._fntab[name]

~~~~~~~~~~~^^^^^^

KeyError: 'LLVMPY_AddSymbol'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "C:\COMFYUI\ComfyUI_windows\python_embeded\Lib\site-packages\llvmlite\binding\ffi.py", line 122, in _load_lib

self._lib_handle = ctypes.CDLL(str(lib_path))

~~~~~~~~~~~^^^^^^^^^^^^^^^

File "ctypes\__init__.py", line 390, in __init__

OSError: [WinError 1114] DLL 초기화 루틴을 실행할 수 없습니다

------------------------------------

File "C:\COMFYUI\ComfyUI_windows\python_embeded\Lib\site-packages\llvmlite\binding\ffi.py", line 136, in _lib

self._load_lib()

~~~~~~~~~~~~~~^^

File "C:\COMFYUI\ComfyUI_windows\python_embeded\Lib\site-packages\llvmlite\binding\ffi.py", line 130, in _load_lib

raise OSError("Could not find/load shared object file") from e

OSError: Could not find/load shared object file

Cannot import C:\COMFYUI\ComfyUI_windows\ComfyUI\custom_nodes\was-node-suite-comfyui module for custom nodes: Could not find/load shared object file

Traceback (most recent call last):

File "C:\COMFYUI\ComfyUI_windows\python_embeded\Lib\site-packages\llvmlite\binding\ffi.py", line 141, in __getattr__

return self._fntab[name]

~~~~~~~~~~~^^^^^^

KeyError: 'LLVMPY_AddSymbol'

--------------------------------

File "C:\COMFYUI\ComfyUI_windows\python_embeded\Lib\site-packages\llvmlite\binding\ffi.py", line 130, in _load_lib

raise OSError("Could not find/load shared object file") from e

OSError: Could not find/load shared object file

Cannot import C:\COMFYUI\ComfyUI_windows\ComfyUI\custom_nodes\was-ns module for custom nodes: Could not find/load shared object file

---------------------------------

(pysssss:WD14Tagger) [ERROR] onnxruntime is required, please check requirements are installed.

Skip C:\COMFYUI\ComfyUI_windows\ComfyUI\custom_nodes\comfyui-wd14-tagger module for custom nodes due to the lack of NODE_CLASS_MAPPINGS or NODES_LIST (need one).

[C:\COMFYUI\ComfyUI_windows\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: C:\COMFYUI\ComfyUI_windows\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts

[C:\COMFYUI\ComfyUI_windows\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False

[C:\COMFYUI\ComfyUI_windows\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']

C:\COMFYUI\ComfyUI_windows\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py:26: UserWarning: DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly

warnings.warn("DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly")

[rgthree-comfy] Loaded 48 extraordinary nodes. 🎉

Traceback (most recent call last):

File "C:\COMFYUI\ComfyUI_windows\python_embeded\Lib\site-packages\llvmlite\binding\ffi.py", line 141, in __getattr__

return self._fntab[name]

~~~~~~~~~~~^^^^^^

KeyError: 'LLVMPY_AddSymbol'

-------------









제목 없음.jpg

WAS Node Suite

제목 없음2.png


답변 

연관 질문

커뮤니티 질문보기