I downloaded ComfyUI on my PC. I work with the following hardware: Hardware Intel(R) Core(TM) Ultra 9 285K (3.70 GHz), 64,0 GB RAM, 2TB SSD, NVIDIA Geforce RTX 5090 32GB. After reinstalling ComfyUI and using a workflow template, there were no problems occuring, but after a while the same problem appeared. Do you have any ideas, why the K-Sampler crashes?
Adding an image regarding the crash. It just says "reconnecting" but I have to restart ComfyUI afterwards. I double checked all the model links and they are all in the right folders.
Does anyone has the same problem or even better a solution for this problem? It occurs on selfmade workflows as well as on templates. Adding also the log below.
NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 405, in event_loop, _, start_all_func = start_comfyui() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 360, in start_comfyui asyncio_loop.run_until_complete(nodes.init_extra_nodes( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 678, in run_until_complete self.run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py", line 322, in run_forever super().run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 645, in run_forever self._run_once() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 1999, in _run_once handle._run() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\events.py", line 88, in _run self._context.run(self.callback, *self.args) File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2426, in init_extra_nodes await init_external_custom_nodes() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2256, in init_external_custom_nodes success = await load_custom_node(module_path, base_node_names, module_parent="custom_nodes") File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox_init.py", line 24, in from .nodes.preprocessor.dwpose_node import DWPose_Preprocessor, AnimalPose_Preprocessor File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox\nodes\preprocessor\dwpose_node.py", line 25, in if check_ort_gpu(): File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox\nodes\preprocessor\dwpose_node.py", line 16, in check_ort_gpu import onnxruntime as ort File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401 File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa Traceback (most recent call last): File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\numpy\core_multiarray_umath.py", line 44, in getattr raise ImportError(msg) ImportError: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox\nodes\preprocessor\dwpose_node.py:28: 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") A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 405, in event_loop, _, start_all_func = start_comfyui() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 360, in start_comfyui asyncio_loop.run_until_complete(nodes.init_extra_nodes( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 678, in run_until_complete self.run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py", line 322, in run_forever super().run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 645, in run_forever self._run_once() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 1999, in _run_once handle._run() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\events.py", line 88, in _run self.context.run(self.callback, *self.args) File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2426, in init_extra_nodes await init_external_custom_nodes() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2256, in init_external_custom_nodes success = await load_custom_node(module_path, base_node_names, module_parent="custom_nodes") File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox_init.py", line 26, in from .nodes.face.face_enhance_node import GFPGANNode File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox\nodes\face\face_enhance_node.py", line 6, in from facefusion.gfpgan_onnx import GFPGANOnnx File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox\src\facefusion\gfpgan_onnx.py", line 9, in import onnxruntime File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi.pybind_state import ExecutionMode # noqa: F401 File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa Traceback (most recent call last): File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\numpy\core_multiarray_umath.py", line 44, in getattr raise ImportError(msg) ImportError: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "", line 999, in exec_module File "", line 488, in call_with_frames_removed File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox_init.py", line 26, in from .nodes.face.face_enhance_node import GFPGANNode File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox\nodes\face\face_enhance_node.py", line 6, in from facefusion.gfpgan_onnx import GFPGANOnnx File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox\src\facefusion\gfpgan_onnx.py", line 9, in import onnxruntime File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 57, in raise import_capi_exception File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ImportError Cannot import C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox module for custom nodes: FETCH ComfyRegistry Data: 5/111 ------------------------------------------ Comfyroll Studio v1.76 : 175 Nodes Loaded ------------------------------------------ ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki ------------------------------------------ [C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts [C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False [C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'] A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 405, in event_loop, _, start_all_func = start_comfyui() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 360, in start_comfyui asyncio_loop.run_until_complete(nodes.init_extra_nodes( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 678, in run_until_complete self.run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py", line 322, in run_forever super().run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 645, in run_forever self._run_once() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 1999, in _run_once handle._run() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\events.py", line 88, in _run self.context.run(self.callback, *self.args) File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2426, in init_extra_nodes await init_external_custom_nodes() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2256, in init_external_custom_nodes success = await load_custom_node(module_path, base_node_names, module_parent="custom_nodes") File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 66, in AUX_NODE_MAPPINGS, AUX_DISPLAY_NAME_MAPPINGS = load_nodes() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 35, in load_nodes module = importlib.import_module( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\importlib_init.py", line 90, in import_module return bootstrap.gcd_import(name[level:], package, level) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py", line 5, in from ..src.custom_controlnet_aux.dwpose import DwposeDetector, AnimalposeDetector File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose_init.py", line 215, in global_cached_dwpose = Wholebody() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\wholebody.py", line 25, in init self.det_model_type = get_model_type("DWPose",self.det_filename) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 455, in get_model_type ort_providers = list(filter(lambda x : x != "CPUExecutionProvider", get_ort_providers())) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 443, in get_ort_providers import onnxruntime as ort File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401 File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa Traceback (most recent call last): File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\numpy\core_multiarray_umath.py", line 44, in getattr raise ImportError(msg) ImportError: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 405, in event_loop, _, start_all_func = start_comfyui() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 360, in start_comfyui asyncio_loop.run_until_complete(nodes.init_extra_nodes( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 678, in run_until_complete self.run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py", line 322, in run_forever super().run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 645, in run_forever self._run_once() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 1999, in _run_once handle._run() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\events.py", line 88, in _run self.context.run(self.callback, *self.args) File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2426, in init_extra_nodes await init_external_custom_nodes() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2256, in init_external_custom_nodes success = await load_custom_node(module_path, base_node_names, module_parent="custom_nodes") File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 66, in AUX_NODE_MAPPINGS, AUX_DISPLAY_NAME_MAPPINGS = load_nodes() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 35, in load_nodes module = importlib.import_module( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\importlib_init.py", line 90, in import_module return bootstrap.gcd_import(name[level:], package, level) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py", line 5, in from ..src.custom_controlnet_aux.dwpose import DwposeDetector, AnimalposeDetector File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose_init.py", line 215, in global_cached_dwpose = Wholebody() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\wholebody.py", line 26, in init self.pose_model_type = get_model_type("DWPose",self.pose_filename) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 455, in get_model_type ort_providers = list(filter(lambda x : x != "CPUExecutionProvider", get_ort_providers())) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 443, in get_ort_providers import onnxruntime as ort File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401 File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa Traceback (most recent call last): File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\numpy\core_multiarray_umath.py", line 44, in getattr raise ImportError(msg) ImportError: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 405, in event_loop, _, start_all_func = start_comfyui() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 360, in start_comfyui asyncio_loop.run_until_complete(nodes.init_extra_nodes( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 678, in run_until_complete self.run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py", line 322, in run_forever super().run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 645, in run_forever self._run_once() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 1999, in _run_once handle._run() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\events.py", line 88, in _run self.context.run(self.callback, *self.args) File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2426, in init_extra_nodes await init_external_custom_nodes() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2256, in init_external_custom_nodes success = await load_custom_node(module_path, base_node_names, module_parent="custom_nodes") File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 66, in AUX_NODE_MAPPINGS, AUX_DISPLAY_NAME_MAPPINGS = load_nodes() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 35, in load_nodes module = importlib.import_module( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\importlib_init.py", line 90, in import_module return bootstrap.gcd_import(name[level:], package, level) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py", line 5, in from ..src.custom_controlnet_aux.dwpose import DwposeDetector, AnimalposeDetector File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose_init.py", line 215, in global_cached_dwpose = Wholebody() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\wholebody.py", line 32, in init ort_providers = get_ort_providers() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 443, in get_ort_providers import onnxruntime as ort File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401 File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa Traceback (most recent call last): File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\numpy\core_multiarray_umath.py", line 44, in getattr raise ImportError(msg) ImportError: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 405, in event_loop, _, start_all_func = start_comfyui() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 360, in start_comfyui asyncio_loop.run_until_complete(nodes.init_extra_nodes( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 678, in run_until_complete self.run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py", line 322, in run_forever super().run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 645, in run_forever self._run_once() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 1999, in _run_once handle._run() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\events.py", line 88, in _run self.context.run(self.callback, *self.args) File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2426, in init_extra_nodes await init_external_custom_nodes() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2256, in init_external_custom_nodes success = await load_custom_node(module_path, base_node_names, module_parent="custom_nodes") File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 66, in AUX_NODE_MAPPINGS, AUX_DISPLAY_NAME_MAPPINGS = load_nodes() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 35, in load_nodes module = importlib.import_module( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\importlib_init.py", line 90, in import_module return bootstrap.gcd_import(name[level:], package, level) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py", line 5, in from ..src.custom_controlnet_aux.dwpose import DwposeDetector, AnimalposeDetector File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose_init.py", line 280, in global_cached_animalpose = AnimalPoseImage() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\animalpose.py", line 140, in init self.det_model_type = get_model_type("AnimalPose",self.det_filename) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 455, in get_model_type ort_providers = list(filter(lambda x : x != "CPUExecutionProvider", get_ort_providers())) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 443, in get_ort_providers import onnxruntime as ort File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401 File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa Traceback (most recent call last): File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\numpy\core_multiarray_umath.py", line 44, in getattr raise ImportError(msg) ImportError: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 405, in event_loop, _, start_all_func = start_comfyui() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 360, in start_comfyui asyncio_loop.run_until_complete(nodes.init_extra_nodes( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 678, in run_until_complete self.run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py", line 322, in run_forever super().run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 645, in run_forever self._run_once() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 1999, in _run_once handle._run() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\events.py", line 88, in _run self.context.run(self.callback, *self.args) File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2426, in init_extra_nodes await init_external_custom_nodes() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2256, in init_external_custom_nodes success = await load_custom_node(module_path, base_node_names, module_parent="custom_nodes") File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 66, in AUX_NODE_MAPPINGS, AUX_DISPLAY_NAME_MAPPINGS = load_nodes() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 35, in load_nodes module = importlib.import_module( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\importlib_init.py", line 90, in import_module return bootstrap.gcd_import(name[level:], package, level) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py", line 5, in from ..src.custom_controlnet_aux.dwpose import DwposeDetector, AnimalposeDetector File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose_init.py", line 280, in global_cached_animalpose = AnimalPoseImage() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\animalpose.py", line 141, in init self.pose_model_type = get_model_type("AnimalPose",self.pose_filename) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 455, in get_model_type ort_providers = list(filter(lambda x : x != "CPUExecutionProvider", get_ort_providers())) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 443, in get_ort_providers import onnxruntime as ort File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401 File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa Traceback (most recent call last): File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\numpy\core_multiarray_umath.py", line 44, in getattr raise ImportError(msg) ImportError: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 405, in event_loop, _, start_all_func = start_comfyui() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 360, in start_comfyui asyncio_loop.run_until_complete(nodes.init_extra_nodes( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 678, in run_until_complete self.run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py", line 322, in run_forever super().run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 645, in run_forever self._run_once() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 1999, in _run_once handle._run() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\events.py", line 88, in _run self.context.run(self.callback, *self.args) File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2426, in init_extra_nodes await init_external_custom_nodes() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2256, in init_external_custom_nodes success = await load_custom_node(module_path, base_node_names, module_parent="custom_nodes") File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 66, in AUX_NODE_MAPPINGS, AUX_DISPLAY_NAME_MAPPINGS = load_nodes() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 35, in load_nodes module = importlib.import_module( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\importlib_init.py", line 90, in import_module return bootstrap.gcd_import(name[level:], package, level) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py", line 5, in from ..src.custom_controlnet_aux.dwpose import DwposeDetector, AnimalposeDetector File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose_init.py", line 280, in global_cached_animalpose = AnimalPoseImage() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\animalpose.py", line 147, in init ort_providers = get_ort_providers() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 443, in get_ort_providers import onnxruntime as ort File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401 File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa Traceback (most recent call last): File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\numpy\core_multiarray_umath.py", line 44, in getattr raise ImportError(msg) ImportError: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "", line 995, in exec_module File "", line 1132, in get_code File "", line 1190, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'C:\Dokumente\ComfyUI\custom_nodes\ComfyUI_FashionModel_Studio_SDXL\init.py' Cannot import C:\Dokumente\ComfyUI\custom_nodes\ComfyUI_FashionModel_Studio_SDXL module for custom nodes: [Errno 2] No such file or directory: 'C:\Dokumente\ComfyUI\custom_nodes\ComfyUI_FashionModel_Studio_SDXL\init.py' [rgthree-comfy] Loaded 48 fantastic nodes. 🎉 Blocked by policy: C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\custom_nodes\ComfyUI-Manager Import times for custom nodes: 0.0 seconds: C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\custom_nodes\websocket_image_save.py 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui-imgloader 0.0 seconds (IMPORT FAILED): C:\Dokumente\ComfyUI\custom_nodes\ComfyUI_FashionModel_Studio_SDXL 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui_ipadapter_plus 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui-florence2 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\maxedout 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui-advanced-controlnet 0.0 seconds (IMPORT FAILED): C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-ZHO 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui-custom-scripts 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui-moneymaker 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\ComfyUI_Qwen3-VL-Instruct 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui_ultimatesdupscale 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\rgthree-comfy 0.1 seconds: C:\Dokumente\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes 0.2 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui_segment_anything_plus 0.2 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux 0.2 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui-impact-pack 0.2 seconds (IMPORT FAILED): C:\Dokumente\ComfyUI\custom_nodes\comfyui-diffusers 0.3 seconds (IMPORT FAILED): C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox 0.5 seconds (IMPORT FAILED): C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-Background-Replacement 0.6 seconds: C:\Dokumente\ComfyUI\custom_nodes\cocotools_io 11.3 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui-controlnetaux Failed to initialize database. Please ensure you have installed the latest requirements. If the error persists, please report this as in future the database will be required: (sqlite3.OperationalError) unable to open database file (Background on this error at: https://sqlalche.me/e/20/e3q8) Starting server To see the GUI go to: http://127.0.0.1:8000/ comfyui-frontend-package not found in requirements.txt [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version. [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/clipspace.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version. [ERROR] An error occurred while retrieving information for the 'controlaux_hed' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_midas' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_mlsd' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_openpose' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_pidi' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_dwpose' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_normal_bae' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_lineart' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_lineart_anime' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_zoe' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_sam' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_leres' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_canny' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_content' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_face_detector' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/button.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version. FETCH ComfyRegistry Data: 10/111 FETCH ComfyRegistry Data: 15/111 FETCH ComfyRegistry Data: 20/111 FETCH ComfyRegistry Data: 25/111 FETCH ComfyRegistry Data: 30/111
I downloaded ComfyUI on my PC. I work with the following hardware: Hardware Intel(R) Core(TM) Ultra 9 285K (3.70 GHz), 64,0 GB RAM, 2TB SSD, NVIDIA Geforce RTX 5090 32GB. After reinstalling ComfyUI and using a workflow template, there were no problems occuring, but after a while the same problem appeared. Do you have any ideas, why the K-Sampler crashes?
Adding an image regarding the crash. It just says "reconnecting" but I have to restart ComfyUI afterwards. I double checked all the model links and they are all in the right folders.
Does anyone has the same problem or even better a solution for this problem? It occurs on selfmade workflows as well as on templates. Adding also the log below.
NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 405, in event_loop, _, start_all_func = start_comfyui() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 360, in start_comfyui asyncio_loop.run_until_complete(nodes.init_extra_nodes( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 678, in run_until_complete self.run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py", line 322, in run_forever super().run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 645, in run_forever self._run_once() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 1999, in _run_once handle._run() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\events.py", line 88, in _run self._context.run(self.callback, *self.args) File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2426, in init_extra_nodes await init_external_custom_nodes() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2256, in init_external_custom_nodes success = await load_custom_node(module_path, base_node_names, module_parent="custom_nodes") File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox_init.py", line 24, in from .nodes.preprocessor.dwpose_node import DWPose_Preprocessor, AnimalPose_Preprocessor File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox\nodes\preprocessor\dwpose_node.py", line 25, in if check_ort_gpu(): File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox\nodes\preprocessor\dwpose_node.py", line 16, in check_ort_gpu import onnxruntime as ort File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401 File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa Traceback (most recent call last): File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\numpy\core_multiarray_umath.py", line 44, in getattr raise ImportError(msg) ImportError: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox\nodes\preprocessor\dwpose_node.py:28: 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") A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 405, in event_loop, _, start_all_func = start_comfyui() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 360, in start_comfyui asyncio_loop.run_until_complete(nodes.init_extra_nodes( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 678, in run_until_complete self.run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py", line 322, in run_forever super().run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 645, in run_forever self._run_once() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 1999, in _run_once handle._run() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\events.py", line 88, in _run self.context.run(self.callback, *self.args) File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2426, in init_extra_nodes await init_external_custom_nodes() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2256, in init_external_custom_nodes success = await load_custom_node(module_path, base_node_names, module_parent="custom_nodes") File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox_init.py", line 26, in from .nodes.face.face_enhance_node import GFPGANNode File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox\nodes\face\face_enhance_node.py", line 6, in from facefusion.gfpgan_onnx import GFPGANOnnx File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox\src\facefusion\gfpgan_onnx.py", line 9, in import onnxruntime File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi.pybind_state import ExecutionMode # noqa: F401 File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa Traceback (most recent call last): File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\numpy\core_multiarray_umath.py", line 44, in getattr raise ImportError(msg) ImportError: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "", line 999, in exec_module File "", line 488, in call_with_frames_removed File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox_init.py", line 26, in from .nodes.face.face_enhance_node import GFPGANNode File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox\nodes\face\face_enhance_node.py", line 6, in from facefusion.gfpgan_onnx import GFPGANOnnx File "C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox\src\facefusion\gfpgan_onnx.py", line 9, in import onnxruntime File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 57, in raise import_capi_exception File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ImportError Cannot import C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox module for custom nodes: FETCH ComfyRegistry Data: 5/111 ------------------------------------------ Comfyroll Studio v1.76 : 175 Nodes Loaded ------------------------------------------ ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki ------------------------------------------ [C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts [C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False [C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'] A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 405, in event_loop, _, start_all_func = start_comfyui() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 360, in start_comfyui asyncio_loop.run_until_complete(nodes.init_extra_nodes( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 678, in run_until_complete self.run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py", line 322, in run_forever super().run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 645, in run_forever self._run_once() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 1999, in _run_once handle._run() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\events.py", line 88, in _run self.context.run(self.callback, *self.args) File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2426, in init_extra_nodes await init_external_custom_nodes() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2256, in init_external_custom_nodes success = await load_custom_node(module_path, base_node_names, module_parent="custom_nodes") File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 66, in AUX_NODE_MAPPINGS, AUX_DISPLAY_NAME_MAPPINGS = load_nodes() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 35, in load_nodes module = importlib.import_module( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\importlib_init.py", line 90, in import_module return bootstrap.gcd_import(name[level:], package, level) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py", line 5, in from ..src.custom_controlnet_aux.dwpose import DwposeDetector, AnimalposeDetector File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose_init.py", line 215, in global_cached_dwpose = Wholebody() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\wholebody.py", line 25, in init self.det_model_type = get_model_type("DWPose",self.det_filename) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 455, in get_model_type ort_providers = list(filter(lambda x : x != "CPUExecutionProvider", get_ort_providers())) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 443, in get_ort_providers import onnxruntime as ort File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401 File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa Traceback (most recent call last): File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\numpy\core_multiarray_umath.py", line 44, in getattr raise ImportError(msg) ImportError: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 405, in event_loop, _, start_all_func = start_comfyui() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 360, in start_comfyui asyncio_loop.run_until_complete(nodes.init_extra_nodes( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 678, in run_until_complete self.run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py", line 322, in run_forever super().run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 645, in run_forever self._run_once() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 1999, in _run_once handle._run() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\events.py", line 88, in _run self.context.run(self.callback, *self.args) File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2426, in init_extra_nodes await init_external_custom_nodes() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2256, in init_external_custom_nodes success = await load_custom_node(module_path, base_node_names, module_parent="custom_nodes") File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 66, in AUX_NODE_MAPPINGS, AUX_DISPLAY_NAME_MAPPINGS = load_nodes() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 35, in load_nodes module = importlib.import_module( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\importlib_init.py", line 90, in import_module return bootstrap.gcd_import(name[level:], package, level) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py", line 5, in from ..src.custom_controlnet_aux.dwpose import DwposeDetector, AnimalposeDetector File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose_init.py", line 215, in global_cached_dwpose = Wholebody() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\wholebody.py", line 26, in init self.pose_model_type = get_model_type("DWPose",self.pose_filename) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 455, in get_model_type ort_providers = list(filter(lambda x : x != "CPUExecutionProvider", get_ort_providers())) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 443, in get_ort_providers import onnxruntime as ort File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401 File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa Traceback (most recent call last): File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\numpy\core_multiarray_umath.py", line 44, in getattr raise ImportError(msg) ImportError: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 405, in event_loop, _, start_all_func = start_comfyui() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 360, in start_comfyui asyncio_loop.run_until_complete(nodes.init_extra_nodes( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 678, in run_until_complete self.run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py", line 322, in run_forever super().run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 645, in run_forever self._run_once() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 1999, in _run_once handle._run() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\events.py", line 88, in _run self.context.run(self.callback, *self.args) File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2426, in init_extra_nodes await init_external_custom_nodes() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2256, in init_external_custom_nodes success = await load_custom_node(module_path, base_node_names, module_parent="custom_nodes") File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 66, in AUX_NODE_MAPPINGS, AUX_DISPLAY_NAME_MAPPINGS = load_nodes() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 35, in load_nodes module = importlib.import_module( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\importlib_init.py", line 90, in import_module return bootstrap.gcd_import(name[level:], package, level) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py", line 5, in from ..src.custom_controlnet_aux.dwpose import DwposeDetector, AnimalposeDetector File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose_init.py", line 215, in global_cached_dwpose = Wholebody() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\wholebody.py", line 32, in init ort_providers = get_ort_providers() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 443, in get_ort_providers import onnxruntime as ort File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401 File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa Traceback (most recent call last): File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\numpy\core_multiarray_umath.py", line 44, in getattr raise ImportError(msg) ImportError: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 405, in event_loop, _, start_all_func = start_comfyui() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 360, in start_comfyui asyncio_loop.run_until_complete(nodes.init_extra_nodes( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 678, in run_until_complete self.run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py", line 322, in run_forever super().run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 645, in run_forever self._run_once() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 1999, in _run_once handle._run() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\events.py", line 88, in _run self.context.run(self.callback, *self.args) File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2426, in init_extra_nodes await init_external_custom_nodes() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2256, in init_external_custom_nodes success = await load_custom_node(module_path, base_node_names, module_parent="custom_nodes") File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 66, in AUX_NODE_MAPPINGS, AUX_DISPLAY_NAME_MAPPINGS = load_nodes() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 35, in load_nodes module = importlib.import_module( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\importlib_init.py", line 90, in import_module return bootstrap.gcd_import(name[level:], package, level) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py", line 5, in from ..src.custom_controlnet_aux.dwpose import DwposeDetector, AnimalposeDetector File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose_init.py", line 280, in global_cached_animalpose = AnimalPoseImage() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\animalpose.py", line 140, in init self.det_model_type = get_model_type("AnimalPose",self.det_filename) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 455, in get_model_type ort_providers = list(filter(lambda x : x != "CPUExecutionProvider", get_ort_providers())) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 443, in get_ort_providers import onnxruntime as ort File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401 File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa Traceback (most recent call last): File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\numpy\core_multiarray_umath.py", line 44, in getattr raise ImportError(msg) ImportError: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 405, in event_loop, _, start_all_func = start_comfyui() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 360, in start_comfyui asyncio_loop.run_until_complete(nodes.init_extra_nodes( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 678, in run_until_complete self.run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py", line 322, in run_forever super().run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 645, in run_forever self._run_once() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 1999, in _run_once handle._run() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\events.py", line 88, in _run self.context.run(self.callback, *self.args) File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2426, in init_extra_nodes await init_external_custom_nodes() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2256, in init_external_custom_nodes success = await load_custom_node(module_path, base_node_names, module_parent="custom_nodes") File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 66, in AUX_NODE_MAPPINGS, AUX_DISPLAY_NAME_MAPPINGS = load_nodes() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 35, in load_nodes module = importlib.import_module( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\importlib_init.py", line 90, in import_module return bootstrap.gcd_import(name[level:], package, level) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py", line 5, in from ..src.custom_controlnet_aux.dwpose import DwposeDetector, AnimalposeDetector File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose_init.py", line 280, in global_cached_animalpose = AnimalPoseImage() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\animalpose.py", line 141, in init self.pose_model_type = get_model_type("AnimalPose",self.pose_filename) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 455, in get_model_type ort_providers = list(filter(lambda x : x != "CPUExecutionProvider", get_ort_providers())) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 443, in get_ort_providers import onnxruntime as ort File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401 File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa Traceback (most recent call last): File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\numpy\core_multiarray_umath.py", line 44, in getattr raise ImportError(msg) ImportError: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 405, in event_loop, _, start_all_func = start_comfyui() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py", line 360, in start_comfyui asyncio_loop.run_until_complete(nodes.init_extra_nodes( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 678, in run_until_complete self.run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py", line 322, in run_forever super().run_forever() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 645, in run_forever self._run_once() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\base_events.py", line 1999, in _run_once handle._run() File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\events.py", line 88, in _run self.context.run(self.callback, *self.args) File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2426, in init_extra_nodes await init_external_custom_nodes() File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2256, in init_external_custom_nodes success = await load_custom_node(module_path, base_node_names, module_parent="custom_nodes") File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 66, in AUX_NODE_MAPPINGS, AUX_DISPLAY_NAME_MAPPINGS = load_nodes() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 35, in load_nodes module = importlib.import_module( File "C:\Users\lumo\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\importlib_init.py", line 90, in import_module return bootstrap.gcd_import(name[level:], package, level) File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py", line 5, in from ..src.custom_controlnet_aux.dwpose import DwposeDetector, AnimalposeDetector File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose_init.py", line 280, in global_cached_animalpose = AnimalPoseImage() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\animalpose.py", line 147, in init ort_providers = get_ort_providers() File "C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\util.py", line 443, in get_ort_providers import onnxruntime as ort File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime_init.py", line 23, in from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401 File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in from .onnxruntime_pybind11_state import * # noqa Traceback (most recent call last): File "C:\Dokumente\ComfyUI.venv\Lib\site-packages\numpy\core_multiarray_umath.py", line 44, in getattr raise ImportError(msg) ImportError: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\nodes.py", line 2149, in load_custom_node module_spec.loader.exec_module(module) File "", line 995, in exec_module File "", line 1132, in get_code File "", line 1190, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'C:\Dokumente\ComfyUI\custom_nodes\ComfyUI_FashionModel_Studio_SDXL\init.py' Cannot import C:\Dokumente\ComfyUI\custom_nodes\ComfyUI_FashionModel_Studio_SDXL module for custom nodes: [Errno 2] No such file or directory: 'C:\Dokumente\ComfyUI\custom_nodes\ComfyUI_FashionModel_Studio_SDXL\init.py' [rgthree-comfy] Loaded 48 fantastic nodes. 🎉 Blocked by policy: C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\custom_nodes\ComfyUI-Manager Import times for custom nodes: 0.0 seconds: C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\custom_nodes\websocket_image_save.py 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui-imgloader 0.0 seconds (IMPORT FAILED): C:\Dokumente\ComfyUI\custom_nodes\ComfyUI_FashionModel_Studio_SDXL 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui_ipadapter_plus 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui-florence2 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\maxedout 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui-advanced-controlnet 0.0 seconds (IMPORT FAILED): C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-ZHO 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui-custom-scripts 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui-moneymaker 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\ComfyUI_Qwen3-VL-Instruct 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui_ultimatesdupscale 0.0 seconds: C:\Dokumente\ComfyUI\custom_nodes\rgthree-comfy 0.1 seconds: C:\Dokumente\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes 0.2 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui_segment_anything_plus 0.2 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui_controlnet_aux 0.2 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui-impact-pack 0.2 seconds (IMPORT FAILED): C:\Dokumente\ComfyUI\custom_nodes\comfyui-diffusers 0.3 seconds (IMPORT FAILED): C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-tbox 0.5 seconds (IMPORT FAILED): C:\Dokumente\ComfyUI\custom_nodes\ComfyUI-Background-Replacement 0.6 seconds: C:\Dokumente\ComfyUI\custom_nodes\cocotools_io 11.3 seconds: C:\Dokumente\ComfyUI\custom_nodes\comfyui-controlnetaux Failed to initialize database. Please ensure you have installed the latest requirements. If the error persists, please report this as in future the database will be required: (sqlite3.OperationalError) unable to open database file (Background on this error at: https://sqlalche.me/e/20/e3q8) Starting server To see the GUI go to: http://127.0.0.1:8000/ comfyui-frontend-package not found in requirements.txt [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version. [DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/clipspace.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version. [ERROR] An error occurred while retrieving information for the 'controlaux_hed' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_midas' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_mlsd' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_openpose' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_pidi' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_dwpose' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_normal_bae' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_lineart' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_lineart_anime' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_zoe' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_sam' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_leres' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_canny' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_content' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [ERROR] An error occurred while retrieving information for the 'controlaux_face_detector' node. Traceback (most recent call last): File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 683, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\Users\lumo\AppData\Local\Programs\ComfyUI\resources\ComfyUI\server.py", line 648, in node_info info['input_order'] = {key: list(value.keys()) for (key, value) in obj_class.INPUT_TYPES().items()} ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'keys' [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/button.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version. FETCH ComfyRegistry Data: 10/111 FETCH ComfyRegistry Data: 15/111 FETCH ComfyRegistry Data: 20/111 FETCH ComfyRegistry Data: 25/111 FETCH ComfyRegistry Data: 30/111