-
Notifications
You must be signed in to change notification settings - Fork 15
Description
pytorch version: 2.5.1+cu124
xformers version: 0.0.28.post3
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
Using xformers attention
ComfyUI version: 0.3.15
!!! Exception during processing !!! module 'google.protobuf.message_factory' has no attribute 'GetMessageClass'
Traceback (most recent call last):
File "E:\ComfyUI\execution.py", line 327, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "E:\ComfyUI\execution.py", line 202, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "E:\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "E:\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "E:\ComfyUI\custom_nodes\HandFixer\nodes.py", line 28, in process_image
pil_image, pil_mask = self.engine(np_image)
File "E:\ComfyUI\custom_nodes\HandFixer\utils.py", line 31, in call
annotations = self.detect(image.copy())
File "E:\ComfyUI\custom_nodes\HandFixer\utils.py", line 40, in detect
results = self.hands.process(image)
File "E:\anaconda3\envs\comfyui\lib\site-packages\mediapipe\python\solutions\hands.py", line 153, in process
return super().process(input_data={'image': image})
File "E:\anaconda3\envs\comfyui\lib\site-packages\mediapipe\python\solution_base.py", line 351, in process
self._get_packet_content(self._output_stream_type_info[stream_name],
File "E:\anaconda3\envs\comfyui\lib\site-packages\mediapipe\python\solution_base.py", line 595, in get_packet_content
return getattr(packet_getter, 'get' + packet_data_type.value)(
File "E:\anaconda3\envs\comfyui\lib\site-packages\mediapipe\python\packet_getter.py", line 111, in get_proto_list
message_class = message_factory.GetMessageClass(descriptor)
AttributeError: module 'google.protobuf.message_factory' has no attribute 'GetMessageClass'. Did you mean: 'GetMessages'?
How to solve it?