shadowcz007 / comfyui-sound-lab

A node collection for sound design, supporting MusicGen and Stable Audio. Welcome to use and experience it.
101 stars 6 forks source link

装这个插件挂了9个插件。。。建议改进一下兼容性 #7

Open whmc76 opened 4 months ago

whmc76 commented 4 months ago

Traceback (most recent call last): File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1510, in _get_module return importlib.import_module("." + module_name, self.name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "importlib__init.py", line 126, in import_module File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\models\clip\image_processing_clip.py", line 21, in from ...image_processing_utils import BaseImageProcessor, BatchFeature, get_size_dict File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\image_processing_utils.py", line 28, in from .image_transforms import center_crop, normalize, rescale File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\image_transforms.py", line 47, in import tensorflow as tf File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow__init__.py", line 45, in from tensorflow._api.v2 import internal File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow_api\v2__internal\init__.py", line 8, in from tensorflow._api.v2.internal import autograph File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow_api\v2__internal\autograph\init__.py", line 8, in from tensorflow.python.autograph.core.ag_ctx import control_status_ctx # line: 34 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\autograph\core\ag_ctx.py", line 21, in from tensorflow.python.autograph.utils import ag_logging File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\autograph\utils\init.py", line 17, in from tensorflow.python.autograph.utils.context_managers import control_dependency_on_returns File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\autograph\utils\context_managers.py", line 19, in from tensorflow.python.framework import ops File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\framework\ops.py", line 33, in from tensorflow.core.framework import attr_value_pb2 File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\core\framework\attr_value_pb2.py", line 5, in from google.protobuf.internal import builder as _builder ImportError: cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal\init__.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "E:\IMAGE\ComfyUI_master\ComfyUI\nodes.py", line 1906, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI-IDM-VTON__init.py", line 2, in from .src.nodes_mappings import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI-IDM-VTON\src\nodes_mappings.py", line 1, in from .nodes.pipeline_loader import PipelineLoader File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI-IDM-VTON\src\nodes\pipeline_loader.py", line 7, in from transformers import AutoTokenizer, CLIPImageProcessor, CLIPVisionModelWithProjection,CLIPTextModelWithProjection, CLIPTextModel File "", line 1229, in _handle_fromlist File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1501, in getattr value = getattr(module, name) ^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1500, in getattr module = self._get_module(self._class_to_module[name]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1512, in _get_module raise RuntimeError( RuntimeError: Failed to import transformers.models.clip.image_processing_clip because of the following error (look up to see its traceback): cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal\init__.py)

Cannot import E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI-IDM-VTON module for custom nodes: Failed to import transformers.models.clip.image_processing_clip because of the following error (look up to see its traceback): cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal__init__.py)

Loading: ComfyUI-Impact-Pack (V5.14.1)

[Impact Pack] Wildcards loading done.

Loading: ComfyUI-Inspire-Pack (V0.77)

E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:249: FutureWarning: AutoencoderTinyBlock is deprecated and will be removed in version 0.29. Importing AutoencoderTinyBlock from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AutoencoderTinyBlock, instead. deprecate("AutoencoderTinyBlock", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:254: FutureWarning: UNetMidBlock2D is deprecated and will be removed in version 0.29. Importing UNetMidBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2D, instead. deprecate("UNetMidBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:259: FutureWarning: UNetMidBlock2DCrossAttn is deprecated and will be removed in version 0.29. Importing UNetMidBlock2DCrossAttn from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2DCrossAttn, instead. deprecate("UNetMidBlock2DCrossAttn", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:264: FutureWarning: UNetMidBlock2DSimpleCrossAttn is deprecated and will be removed in version 0.29. Importing UNetMidBlock2DSimpleCrossAttn from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2DSimpleCrossAttn, instead. deprecate("UNetMidBlock2DSimpleCrossAttn", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:269: FutureWarning: AttnDownBlock2D is deprecated and will be removed in version 0.29. Importing AttnDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnDownBlock2D, instead. deprecate("AttnDownBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:274: FutureWarning: CrossAttnDownBlock2D is deprecated and will be removed in version 0.29. Importing AttnDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import CrossAttnDownBlock2D, instead. deprecate("CrossAttnDownBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:279: FutureWarning: DownBlock2D is deprecated and will be removed in version 0.29. Importing DownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import DownBlock2D, instead. deprecate("DownBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:284: FutureWarning: AttnDownEncoderBlock2D is deprecated and will be removed in version 0.29. Importing AttnDownEncoderBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnDownEncoderBlock2D, instead. deprecate("AttnDownEncoderBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:289: FutureWarning: AttnSkipDownBlock2D is deprecated and will be removed in version 0.29. Importing AttnSkipDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnSkipDownBlock2D, instead. deprecate("AttnSkipDownBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:294: FutureWarning: SkipDownBlock2D is deprecated and will be removed in version 0.29. Importing SkipDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import SkipDownBlock2D, instead. deprecate("SkipDownBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:299: FutureWarning: ResnetDownsampleBlock2D is deprecated and will be removed in version 0.29. Importing ResnetDownsampleBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import ResnetDownsampleBlock2D, instead. deprecate("ResnetDownsampleBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:304: FutureWarning: SimpleCrossAttnDownBlock2D is deprecated and will be removed in version 0.29. Importing SimpleCrossAttnDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import SimpleCrossAttnDownBlock2D, instead. deprecate("SimpleCrossAttnDownBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:309: FutureWarning: KDownBlock2D is deprecated and will be removed in version 0.29. Importing KDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KDownBlock2D, instead. deprecate("KDownBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:314: FutureWarning: KCrossAttnDownBlock2D is deprecated and will be removed in version 0.29. Importing KCrossAttnDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KCrossAttnDownBlock2D, instead. deprecate("KCrossAttnDownBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:319: FutureWarning: AttnUpBlock2D is deprecated and will be removed in version 0.29. Importing AttnUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnUpBlock2D, instead. deprecate("AttnUpBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:324: FutureWarning: CrossAttnUpBlock2D is deprecated and will be removed in version 0.29. Importing CrossAttnUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import CrossAttnUpBlock2D, instead. deprecate("CrossAttnUpBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:329: FutureWarning: UpBlock2D is deprecated and will be removed in version 0.29. Importing UpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UpBlock2D, instead. deprecate("UpBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:334: FutureWarning: UpDecoderBlock2D is deprecated and will be removed in version 0.29. Importing UpDecoderBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UpDecoderBlock2D, instead. deprecate("UpDecoderBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:339: FutureWarning: AttnUpDecoderBlock2D is deprecated and will be removed in version 0.29. Importing AttnUpDecoderBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnUpDecoderBlock2D, instead. deprecate("AttnUpDecoderBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:344: FutureWarning: AttnSkipUpBlock2D is deprecated and will be removed in version 0.29. Importing AttnSkipUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnSkipUpBlock2D, instead. deprecate("AttnSkipUpBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:349: FutureWarning: SkipUpBlock2D is deprecated and will be removed in version 0.29. Importing SkipUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import SkipUpBlock2D, instead. deprecate("SkipUpBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:354: FutureWarning: ResnetUpsampleBlock2D is deprecated and will be removed in version 0.29. Importing ResnetUpsampleBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import ResnetUpsampleBlock2D, instead. deprecate("ResnetUpsampleBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:359: FutureWarning: SimpleCrossAttnUpBlock2D is deprecated and will be removed in version 0.29. Importing SimpleCrossAttnUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import SimpleCrossAttnUpBlock2D, instead. deprecate("SimpleCrossAttnUpBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:364: FutureWarning: KUpBlock2D is deprecated and will be removed in version 0.29. Importing KUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KUpBlock2D, instead. deprecate("KUpBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:369: FutureWarning: KCrossAttnUpBlock2D is deprecated and will be removed in version 0.29. Importing KCrossAttnUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KCrossAttnUpBlock2D, instead. deprecate("KCrossAttnUpBlock2D", "0.29", deprecation_message) E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\models\unet_2d_blocks.py:375: FutureWarning: KAttentionBlock is deprecated and will be removed in version 0.29. Importing KAttentionBlock from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KAttentionBlock, instead. deprecate("KAttentionBlock", "0.29", deprecation_message)

Loading: ComfyUI-Manager (V2.38.2)

ComfyUI Revision: 2273 [d7f09642] | Released on '2024-06-19'

!!!MimicBrush path was added to E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages/MimicBrush.pth if meet No module named 'MimicBrush' error,please restart comfyui using MLP layer as FFN [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json Traceback (most recent call last): File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1510, in _get_module return importlib.import_module("." + module_name, self.name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "importlib__init.py", line 126, in import_module File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\models\clip\image_processing_clip.py", line 21, in from ...image_processing_utils import BaseImageProcessor, BatchFeature, get_size_dict File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\image_processing_utils.py", line 28, in from .image_transforms import center_crop, normalize, rescale File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\image_transforms.py", line 47, in import tensorflow as tf File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow__init__.py", line 45, in from tensorflow._api.v2 import internal File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow_api\v2__internal\init__.py", line 8, in from tensorflow._api.v2.internal import autograph File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow_api\v2__internal\autograph\init__.py", line 8, in from tensorflow.python.autograph.core.ag_ctx import control_status_ctx # line: 34 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\autograph\core\ag_ctx.py", line 21, in from tensorflow.python.autograph.utils import ag_logging File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\autograph\utils\init.py", line 17, in from tensorflow.python.autograph.utils.context_managers import control_dependency_on_returns File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\autograph\utils\context_managers.py", line 19, in from tensorflow.python.framework import ops File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\framework\ops.py", line 33, in from tensorflow.core.framework import attr_value_pb2 File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\core\framework\attr_value_pb2.py", line 5, in from google.protobuf.internal import builder as _builder ImportError: cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal\init__.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\utils\import_utils.py", line 718, in _get_module return importlib.import_module("." + module_name, self.name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "importlib__init.py", line 126, in import_module File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\pipelines\stable_diffusion\pipeline_stable_diffusion.py", line 20, in from transformers import CLIPImageProcessor, CLIPTextModel, CLIPTokenizer, CLIPVisionModelWithProjection File "", line 1229, in _handle_fromlist File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1501, in getattr value = getattr(module, name) ^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1500, in getattr module = self._get_module(self._class_to_module[name]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1512, in _get_module raise RuntimeError( RuntimeError: Failed to import transformers.models.clip.image_processing_clip because of the following error (look up to see its traceback): cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal\init__.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "E:\IMAGE\ComfyUI_master\ComfyUI\nodes.py", line 1906, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI-MimicBrush__init.py", line 28, in from .infer import inference_single_image,crop_padding_and_resize,vis_mask File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI-MimicBrush\infer.py", line 16, in from MimicBrush.mimicbrush import MimicBrush_RefNet File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI-MimicBrush\MimicBrush\mimicbrush__init__.py", line 1, in from .mimicbrush_referencenet import MimicBrush_RefNet, MimicBrush_RefNet_inputmodel File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI-MimicBrush\MimicBrush\mimicbrush\mimicbrush_referencenet.py", line 5, in from diffusers import StableDiffusionPipeline File "", line 1229, in _handle_fromlist File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\utils\import_utils.py", line 709, in getattr value = getattr(module, name) ^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\utils\import_utils.py", line 709, in getattr value = getattr(module, name) ^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\utils\import_utils.py", line 708, in getattr__ module = self._get_module(self._class_to_module[name]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\utils\import_utils.py", line 720, in _get_module raise RuntimeError( RuntimeError: Failed to import diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion because of the following error (look up to see its traceback): Failed to import transformers.models.clip.image_processing_clip because of the following error (look up to see its traceback): cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal__init__.py)

Cannot import E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI-MimicBrush module for custom nodes: Failed to import diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion because of the following error (look up to see its traceback): Failed to import transformers.models.clip.image_processing_clip because of the following error (look up to see its traceback): cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal__init.py) Traceback (most recent call last): File "E:\IMAGE\ComfyUI_master\ComfyUI\nodes.py", line 1906, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\comfyui-reactor-node__init.py", line 23, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 15, in from insightface.app.common import Face File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\insightface__init.py", line 16, in from . import model_zoo File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\insightface\model_zoo\init__.py", line 1, in from .model_zoo import get_model File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\insightface\model_zoo\model_zoo.py", line 11, in from .arcface_onnx import * File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\insightface\model_zoo\arcface_onnx.py", line 10, in import onnx File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\onnx\init__.py", line 78, in from onnx.external_data_helper import ( File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\onnx\external_data_helper.py", line 12, in from onnx.onnx_pb import AttributeProto, GraphProto, ModelProto, TensorProto File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\onnx\onnx_pb.py", line 4, in from .onnx_ml_pb2 import * # noqa ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\onnx\onnx_ml_pb2.py", line 5, in from google.protobuf.internal import builder as _builder ImportError: cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal\init__.py)

Cannot import E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal__init.py) Traceback (most recent call last): File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1510, in _get_module return importlib.import_module("." + module_name, self.name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "importlib__init.py", line 126, in import_module File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\models\auto\processing_auto.py", line 27, in from ...image_processing_utils import ImageProcessingMixin File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\image_processing_utils.py", line 28, in from .image_transforms import center_crop, normalize, rescale File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\image_transforms.py", line 47, in import tensorflow as tf File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\init__.py", line 45, in from tensorflow._api.v2 import internal File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow_api\v2__internal\init__.py", line 8, in from tensorflow._api.v2.internal import autograph File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow_api\v2__internal\autograph\init__.py", line 8, in from tensorflow.python.autograph.core.ag_ctx import control_status_ctx # line: 34 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\autograph\core\ag_ctx.py", line 21, in from tensorflow.python.autograph.utils import ag_logging File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\autograph\utils\init.py", line 17, in from tensorflow.python.autograph.utils.context_managers import control_dependency_on_returns File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\autograph\utils\context_managers.py", line 19, in from tensorflow.python.framework import ops File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\framework\ops.py", line 33, in from tensorflow.core.framework import attr_value_pb2 File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\core\framework\attr_value_pb2.py", line 5, in from google.protobuf.internal import builder as _builder ImportError: cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal\init__.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "E:\IMAGE\ComfyUI_master\ComfyUI\nodes.py", line 1906, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\comfyui-sound-lab__init.py", line 1, in from .nodes.musicNode import MusicNode,AudioPlayNode File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\comfyui-sound-lab\nodes\musicNode.py", line 25, in from transformers import AutoProcessor, MusicgenForConditionalGeneration File "", line 1229, in _handle_fromlist File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1501, in getattr value = getattr(module, name) ^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1500, in getattr module = self._get_module(self._class_to_module[name]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1512, in _get_module raise RuntimeError( RuntimeError: Failed to import transformers.models.auto.processing_auto because of the following error (look up to see its traceback): cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal\init__.py)

Cannot import E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\comfyui-sound-lab module for custom nodes: Failed to import transformers.models.auto.processing_auto because of the following error (look up to see its traceback): cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal__init__.py) (pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider Workspace manager - Openning file hash dict 🦄🦄Loading: Workspace Manager (V2.1.0)

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

FizzleDorf Custom Nodes: Loaded Traceback (most recent call last): File "E:\IMAGE\ComfyUI_master\ComfyUI\nodes.py", line 1906, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_InstantID__init.py", line 1, in from .InstantID import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_InstantID\InstantID.py", line 13, in from insightface.app import FaceAnalysis File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\insightface__init.py", line 16, in from . import model_zoo File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\insightface\model_zoo__init__.py", line 1, in from .model_zoo import get_model File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\insightface\model_zoo\model_zoo.py", line 11, in from .arcface_onnx import * File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\insightface\model_zoo\arcface_onnx.py", line 10, in import onnx File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\onnx\init__.py", line 78, in from onnx.external_data_helper import ( File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\onnx\external_data_helper.py", line 12, in from onnx.onnx_pb import AttributeProto, GraphProto, ModelProto, TensorProto File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\onnx\onnx_pb.py", line 4, in from .onnx_ml_pb2 import * # noqa ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\onnx\onnx_ml_pb2.py", line 5, in from google.protobuf.internal import builder as _builder ImportError: cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal\init__.py)

Cannot import E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_InstantID module for custom nodes: cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal__init__.py)

😺dzNodes: LayerStyle -> Warning: E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_LayerStyle\resource_dir.ini not found, default directory to be used.

😺dzNodes: LayerStyle -> Find 1 LUTs in E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_LayerStyle\lut

😺dzNodes: LayerStyle -> Find 1 Fonts in E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_LayerStyle\font

Traceback (most recent call last): File "E:\IMAGE\ComfyUI_master\ComfyUI\nodes.py", line 1906, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_LayerStyle__init.py", line 60, in imported_module = importlib.import_module(".py.{}".format(name), name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "importlib__init__.py", line 126, in import_module File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\mediapipe_facial_segment.py", line 2, in import mediapipe as mp File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\mediapipe__init.py", line 16, in import mediapipe.python.solutions as solutions File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\mediapipe\python\solutions\init__.py", line 17, in import mediapipe.python.solutions.drawing_styles File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\mediapipe\python\solutions\drawing_styles.py", line 20, in from mediapipe.python.solutions.drawing_utils import DrawingSpec File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\mediapipe\python\solutions\drawing_utils.py", line 24, in from mediapipe.framework.formats import detection_pb2 File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\mediapipe\framework\formats\detection_pb2.py", line 8, in from google.protobuf.internal import builder as _builder ImportError: cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal\init__.py)

Cannot import E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_LayerStyle module for custom nodes: cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal__init.py) Traceback (most recent call last): File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1510, in _get_module return importlib.import_module("." + module_name, self.name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "importlib__init__.py", line 126, in import_module File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\models\clip\image_processing_clip.py", line 21, in from ...image_processing_utils import BaseImageProcessor, BatchFeature, get_size_dict File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\image_processing_utils.py", line 28, in from .image_transforms import center_crop, normalize, rescale File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\image_transforms.py", line 47, in import tensorflow as tf File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow__init__.py", line 45, in from tensorflow._api.v2 import internal File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow_api\v2__internal\init__.py", line 8, in from tensorflow._api.v2.internal import autograph File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow_api\v2__internal\autograph\init__.py", line 8, in from tensorflow.python.autograph.core.ag_ctx import control_status_ctx # line: 34 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\autograph\core\ag_ctx.py", line 21, in from tensorflow.python.autograph.utils import ag_logging File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\autograph\utils\init.py", line 17, in from tensorflow.python.autograph.utils.context_managers import control_dependency_on_returns File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\autograph\utils\context_managers.py", line 19, in from tensorflow.python.framework import ops File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\framework\ops.py", line 33, in from tensorflow.core.framework import attr_value_pb2 File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\core\framework\attr_value_pb2.py", line 5, in from google.protobuf.internal import builder as _builder ImportError: cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal\init__.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\utils\import_utils.py", line 718, in _get_module return importlib.import_module("." + module_name, self.name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "importlib__init.py", line 126, in import_module File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\pipelines\stable_diffusion\pipeline_stable_diffusion.py", line 20, in from transformers import CLIPImageProcessor, CLIPTextModel, CLIPTokenizer, CLIPVisionModelWithProjection File "", line 1229, in _handle_fromlist File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1501, in getattr value = getattr(module, name) ^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1500, in getattr module = self._get_module(self._class_to_module[name]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1512, in _get_module raise RuntimeError( RuntimeError: Failed to import transformers.models.clip.image_processing_clip because of the following error (look up to see its traceback): cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal\init__.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "E:\IMAGE\ComfyUI_master\ComfyUI\nodes.py", line 1906, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_StoryDiffusion__init.py", line 2, in from .Storydiffusion_node import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_StoryDiffusion\Storydiffusion_node.py", line 11, in from ip_adapter.attention_processor import IPAttnProcessor2_0 File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\ip_adapter__init__.py", line 1, in from .ip_adapter import IPAdapter, IPAdapterPlus, IPAdapterPlusXL, IPAdapterXL, IPAdapterFull File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\ip_adapter\ip_adapter.py", line 5, in from diffusers import StableDiffusionPipeline File "", line 1229, in _handle_fromlist File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\utils\import_utils.py", line 709, in getattr value = getattr(module, name) ^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\utils\import_utils.py", line 709, in getattr value = getattr(module, name) ^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\utils\import_utils.py", line 708, in getattr__ module = self._get_module(self._class_to_module[name]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\diffusers\utils\import_utils.py", line 720, in _get_module raise RuntimeError( RuntimeError: Failed to import diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion because of the following error (look up to see its traceback): Failed to import transformers.models.clip.image_processing_clip because of the following error (look up to see its traceback): cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal__init__.py)

Cannot import E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_StoryDiffusion module for custom nodes: Failed to import diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion because of the following error (look up to see its traceback): Failed to import transformers.models.clip.image_processing_clip because of the following error (look up to see its traceback): cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal__init.py) All packages from requirements.txt are installed and up to date. llama-cpp installed All packages from requirements.txt are installed and up to date. AutoGPTQ installed Traceback (most recent call last): File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1510, in _get_module return importlib.import_module("." + module_name, self.name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "importlib__init.py", line 126, in import_module File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\models\auto\processing_auto.py", line 27, in from ...image_processing_utils import ImageProcessingMixin File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\image_processing_utils.py", line 28, in from .image_transforms import center_crop, normalize, rescale File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\image_transforms.py", line 47, in import tensorflow as tf File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\init__.py", line 45, in from tensorflow._api.v2 import internal File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow_api\v2__internal\init__.py", line 8, in from tensorflow._api.v2.internal import autograph File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow_api\v2__internal\autograph\init__.py", line 8, in from tensorflow.python.autograph.core.ag_ctx import control_status_ctx # line: 34 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\autograph\core\ag_ctx.py", line 21, in from tensorflow.python.autograph.utils import ag_logging File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\autograph\utils\init.py", line 17, in from tensorflow.python.autograph.utils.context_managers import control_dependency_on_returns File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\autograph\utils\context_managers.py", line 19, in from tensorflow.python.framework import ops File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\python\framework\ops.py", line 33, in from tensorflow.core.framework import attr_value_pb2 File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\tensorflow\core\framework\attr_value_pb2.py", line 5, in from google.protobuf.internal import builder as _builder ImportError: cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal\init__.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "E:\IMAGE\ComfyUI_master\ComfyUI\nodes.py", line 1906, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_VLM_nodes__init.py", line 70, in imported_module = importlib.import_module(f".nodes.{module_name}", name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "importlib__init.py", line 126, in import_module File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_VLM_nodes\nodes\uform.py", line 2, in from transformers import AutoModel, AutoProcessor, StoppingCriteria, StoppingCriteriaList File "", line 1229, in _handle_fromlist File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1501, in getattr__ value = getattr(module, name) ^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1500, in getattr__ module = self._get_module(self._class_to_module[name]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 1512, in _get_module raise RuntimeError( RuntimeError: Failed to import transformers.models.auto.processing_auto because of the following error (look up to see its traceback): cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal__init__.py)

Cannot import E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_VLM_nodes module for custom nodes: Failed to import transformers.models.auto.processing_auto because of the following error (look up to see its traceback): cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal__init.py) [comfy_mtb] | INFO -> loaded 74 nodes successfuly [comfy_mtb] | INFO -> Some nodes (5) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information. Traceback (most recent call last): File "E:\IMAGE\ComfyUI_master\ComfyUI\nodes.py", line 1906, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\PuLID_ComfyUI__init.py", line 1, in from .pulid import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\PuLID_ComfyUI\pulid.py", line 9, in from insightface.app import FaceAnalysis File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\insightface__init.py", line 16, in from . import model_zoo File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\insightface\model_zoo\init__.py", line 1, in from .model_zoo import get_model File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\insightface\model_zoo\model_zoo.py", line 11, in from .arcface_onnx import * File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\insightface\model_zoo\arcface_onnx.py", line 10, in import onnx File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\onnx\init__.py", line 78, in from onnx.external_data_helper import ( File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\onnx\external_data_helper.py", line 12, in from onnx.onnx_pb import AttributeProto, GraphProto, ModelProto, TensorProto File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\onnx\onnx_pb.py", line 4, in from .onnx_ml_pb2 import * # noqa ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\onnx\onnx_ml_pb2.py", line 5, in from google.protobuf.internal import builder as _builder ImportError: cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal\init__.py)

Cannot import E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\PuLID_ComfyUI module for custom nodes: cannot import name 'builder' from 'google.protobuf.internal' (E:\IMAGE\ComfyUI_master\python_embeded\Lib\site-packages\google\protobuf\internal__init__.py)

[rgthree] Loaded 40 epic nodes. [rgthree] Will use rgthree's optimized recursive execution.

WAS Node Suite: BlenderNeko's Advanced CLIP Text Encode found, attempting to enable CLIPTextEncode support. WAS Node Suite: CLIPTextEncode (BlenderNeko Advanced + NSP) node enabled under WAS Suite/Conditioning menu. WAS Node Suite: OpenCV Python FFMPEG support is enabled WAS Node Suite Warning: ffmpeg_bin_path is not set in E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json config file. Will attempt to use system ffmpeg binaries if available. WAS Node Suite: Finished. Loaded 215 nodes successfully.

    "Creativity takes courage." - Henri Matisse

Import times for custom nodes:

0.0 seconds (IMPORT FAILED): E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\PuLID_ComfyUI 0.0 seconds (IMPORT FAILED): E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_InstantID 0.0 seconds (IMPORT FAILED): E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_StoryDiffusion 0.1 seconds (IMPORT FAILED): E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\comfyui-sound-lab 0.1 seconds (IMPORT FAILED): E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\comfyui-reactor-node 0.1 seconds (IMPORT FAILED): E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI-IDM-VTON 0.2 seconds (IMPORT FAILED): E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_LayerStyle 0.2 seconds (IMPORT FAILED): E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI_VLM_nodes 1.1 seconds (IMPORT FAILED): E:\IMAGE\ComfyUI_master\ComfyUI\custom_nodes\ComfyUI-MimicBrush

whmc76 commented 4 months ago

protobuf==4.25.3 可以解决