Spaces:
Running
on
Zero
can not run
Error occurred when executing UNETLoader:
Error while deserializing header: HeaderTooLarge
File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 82, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 836, in load_unet
model = comfy.sd.load_unet(unet_path, dtype=dtype)
File "C:\ComfyUI_windows_portable\ComfyUI\comfy\sd.py", line 626, in load_unet
sd = comfy.utils.load_torch_file(unet_path)
File "C:\ComfyUI_windows_portable\ComfyUI\comfy\utils.py", line 15, in load_torch_file
sd = safetensors.torch.load_file(ckpt, device=device.type)
File "C:\ComfyUI_windows_portable\python_embeded\lib\site-packages\safetensors\torch.py", line 313, in load_file
with safe_open(filename, framework="pt", device=device) as f:
i get this error msg, can anyone help to solve? i updated everything i could, also i found 24gb safetensor file of flux instead 9gb version i found on comfyui examples web... what should i use? thanks in advance