Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法加载unet #56

Open
stone1113 opened this issue Jul 26, 2024 · 1 comment
Open

无法加载unet #56

stone1113 opened this issue Jul 26, 2024 · 1 comment

Comments

@stone1113
Copy link

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:

@wailovet
Copy link
Contributor

从哪下载的模型权重

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants