You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error message occurred while importing the 'comfyui_facetools' module.
Traceback (most recent call last):
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1967, in get_module
return importlib.import_module("." + module_name, self.name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "importlib_init.py", line 90, in import_module
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in find_and_load_unlocked
File "", line 935, in load_unlocked
File "", line 995, in exec_module
File "", line 488, in call_with_frames_removed
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\pipelines_init.py", line 64, in
from .document_question_answering import DocumentQuestionAnsweringPipeline
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\pipelines\document_question_answering.py", line 29, in
from .question_answering import select_starts_ends
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\pipelines\question_answering.py", line 9, in
from ..data import SquadExample, SquadFeatures, squad_convert_examples_to_features
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\data_init.py", line 29, in
from .processors import (
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\data\processors_init.py", line 15, in
from .glue import glue_convert_examples_to_features, glue_output_modes, glue_processors, glue_tasks_num_labels
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\data\processors\glue.py", line 79, in
examples: tf.data.Dataset,
^^^^^^^
AttributeError: module 'tensorflow' has no attribute 'data'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\ComfyUI\ComfyUI\nodes.py", line 2143, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 995, in exec_module
File "", line 488, in call_with_frames_removed
File "D:\ComfyUI\ComfyUI\custom_nodes\comfyui_facetools_init.py", line 1, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "D:\ComfyUI\ComfyUI\custom_nodes\comfyui_facetools\nodes.py", line 4, in
from transformers import pipeline
File "", line 1412, in _handle_fromlist
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1955, in getattr
module = self._get_module(self._class_to_module[name])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1969, in _get_module
raise RuntimeError(
RuntimeError: Failed to import transformers.pipelines because of the following error (look up to see its traceback):
module 'tensorflow' has no attribute 'data'
The text was updated successfully, but these errors were encountered:
这个chineseprompt 报错了,其它的插件也有大量的错误,我真的不应该升级
我常用的facetools也无法使用了,我不知道怎么发送mixlab的日志,我发送一下FACETOOLS的日志如果有大佬帮我解决一下
Error message occurred while importing the 'comfyui_facetools' module.
Traceback (most recent call last):
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1967, in get_module
return importlib.import_module("." + module_name, self.name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "importlib_init.py", line 90, in import_module
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in find_and_load_unlocked
File "", line 935, in load_unlocked
File "", line 995, in exec_module
File "", line 488, in call_with_frames_removed
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\pipelines_init.py", line 64, in
from .document_question_answering import DocumentQuestionAnsweringPipeline
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\pipelines\document_question_answering.py", line 29, in
from .question_answering import select_starts_ends
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\pipelines\question_answering.py", line 9, in
from ..data import SquadExample, SquadFeatures, squad_convert_examples_to_features
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\data_init.py", line 29, in
from .processors import (
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\data\processors_init.py", line 15, in
from .glue import glue_convert_examples_to_features, glue_output_modes, glue_processors, glue_tasks_num_labels
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\data\processors\glue.py", line 79, in
examples: tf.data.Dataset,
^^^^^^^
AttributeError: module 'tensorflow' has no attribute 'data'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\ComfyUI\ComfyUI\nodes.py", line 2143, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 995, in exec_module
File "", line 488, in call_with_frames_removed
File "D:\ComfyUI\ComfyUI\custom_nodes\comfyui_facetools_init.py", line 1, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "D:\ComfyUI\ComfyUI\custom_nodes\comfyui_facetools\nodes.py", line 4, in
from transformers import pipeline
File "", line 1412, in _handle_fromlist
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1955, in getattr
module = self._get_module(self._class_to_module[name])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1969, in _get_module
raise RuntimeError(
RuntimeError: Failed to import transformers.pipelines because of the following error (look up to see its traceback):
module 'tensorflow' has no attribute 'data'
The text was updated successfully, but these errors were encountered: