Torch.compile seems not support torch.frombuffer(binary,dtype=torch.uint8))

File “/root/butterfly/ComfyUI/env_wl/lib/python3.11/site-packages/torch/fx/proxy.py”, line 298, in create_arg
raise NotImplementedError(f"argument of type: {type(a)}")
torch._dynamo.exc.InternalTorchDynamoError: argument of type: <class ‘bytes’>

from user code:
File “/root/butterfly/ComfyUI/./custom_nodes/ComfyUI-Optimus/compilable/op_compilable.py”, line 73, in custom_rgb2tensor
t_image = torch.frombuffer(binary,dtype=torch.uint8)