Hello, I am trying to run a workflow using Expression Editor (PHM) and I am receiving the error:
“Error while deserializing header: incomplete metadata, file not fully covered”
My workflow has only three elements: load image > Expression Editor (PHM) > Preview Image
I have tried many different images with the same result and I can find nothing online that directs me to what may be wrong.
Can someone give some advice on what mistake I may have made?
I am running Comfyui v0.3.59 on windows 11 - GeForce RTX 2060.
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\utils.py", line 59, in load_torch_file
with safetensors.safe_open(ckpt, framework="pt", device=device.type) as f:
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
safetensors_rust.SafetensorError: Error while deserializing header: incomplete metadata, file not fully covered
Thank you