Traceback (most recent call last):
File "I:\ComfyUI-aki-v1.4\python\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 73, in <module>
from tensorflow.python._pywrap_tensorflow_internal import *
ImportError: DLL load failed while importing _pywrap_tensorflow_internal: 动态链接库(DLL)初始化例程失败。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "I:\ComfyUI-aki-v1.4\nodes.py", line 2123, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "I:\ComfyUI-aki-v1.4\custom_nodes\was-node-suite-comfyui\__init__.py", line 1, in <module>
from .WAS_Node_Suite import NODE_CLASS_MAPPINGS
File "I:\ComfyUI-aki-v1.4\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 2412, in <module>
from transformers import BlipProcessor, BlipForConditionalGeneration, BlipForQuestionAnswering
File "I:\ComfyUI-aki-v1.4\python\lib\site-packages\transformers\utils\import_utils.py", line 2045, in __getattr__
module = self._get_module(self._class_to_module[name])
File "I:\ComfyUI-aki-v1.4\python\lib\site-packages\transformers\utils\import_utils.py", line 2075, in _get_module
raise e
File "I:\ComfyUI-aki-v1.4\python\lib\site-packages\transformers\utils\import_utils.py", line 2073, in _get_module
return importlib.import_module("." + module_name, self.__name__)
File "I:\ComfyUI-aki-v1.4\python\lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "I:\ComfyUI-aki-v1.4\python\lib\site-packages\transformers\models\blip\processing_blip.py", line 22, in <module>
from ...processing_utils import ProcessingKwargs, ProcessorMixin, Unpack
File "I:\ComfyUI-aki-v1.4\python\lib\site-packages\transformers\processing_utils.py", line 37, in <module>
from .video_utils import VideoInput, load_video
File "I:\ComfyUI-aki-v1.4\python\lib\site-packages\transformers\video_utils.py", line 26, in <module>
from .image_transforms import PaddingMode, to_channel_dimension_format
File "I:\ComfyUI-aki-v1.4\python\lib\site-packages\transformers\image_transforms.py", line 47, in <module>
import tensorflow as tf
File "I:\ComfyUI-aki-v1.4\python\lib\site-packages\tensorflow\__init__.py", line 40, in <module>
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow # pylint: disable=unused-import
File "I:\ComfyUI-aki-v1.4\python\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 88, in <module>
raise ImportError(
ImportError: Traceback (most recent call last):
File "I:\ComfyUI-aki-v1.4\python\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 73, in <module>
from tensorflow.python._pywrap_tensorflow_internal import *
ImportError: DLL load failed while importing _pywrap_tensorflow_internal: 动态链接库(DLL)初始化例程失败。
Failed to load the native TensorFlow runtime.
See
https://www.tensorflow.org/install/errors for some common causes and solutions.
If you need help, create an issue at
https://github.com/tensorflow/tensorflow/issues and include the entire stack trace above this error message.