You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error while deserializing header: InvalidHeaderDeserialization
File "D:\ComfyUI-aki-v1.3\execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "D:\ComfyUI-aki-v1.3\execution.py", line 82, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "D:\ComfyUI-aki-v1.3\execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Easy-Use\py\easyNodes.py", line 1811, in adv_pipeloader
model = easyCache.load_kolors_unet(unet_name)
File "D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Easy-Use\py\libs\loader.py", line 489, in load_kolors_unet
sd = comfy.utils.load_torch_file(unet_path)
File "D:\ComfyUI-aki-v1.3\comfy\utils.py", line 15, in load_torch_file
sd = safetensors.torch.load_file(ckpt, device=device.type)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\safetensors\torch.py", line 308, in load_file
with safe_open(filename, framework="pt", device=device) as f:
The text was updated successfully, but these errors were encountered:
Error occurred when executing easy kolorsLoader:
Error while deserializing header: InvalidHeaderDeserialization
File "D:\ComfyUI-aki-v1.3\execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "D:\ComfyUI-aki-v1.3\execution.py", line 82, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "D:\ComfyUI-aki-v1.3\execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Easy-Use\py\easyNodes.py", line 1811, in adv_pipeloader
model = easyCache.load_kolors_unet(unet_name)
File "D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Easy-Use\py\libs\loader.py", line 489, in load_kolors_unet
sd = comfy.utils.load_torch_file(unet_path)
File "D:\ComfyUI-aki-v1.3\comfy\utils.py", line 15, in load_torch_file
sd = safetensors.torch.load_file(ckpt, device=device.type)
File "D:\ComfyUI-aki-v1.3\python\lib\site-packages\safetensors\torch.py", line 308, in load_file
with safe_open(filename, framework="pt", device=device) as f:
The text was updated successfully, but these errors were encountered: