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

Error reported when adding UNETLoader #13

Open
nftlaolong opened this issue May 17, 2024 · 3 comments
Open

Error reported when adding UNETLoader #13

nftlaolong opened this issue May 17, 2024 · 3 comments

Comments

@nftlaolong
Copy link

Error occurred when executing UNETLoader:

'cc_projection.weight'

File "E:\ComfyUI-aki-v1.3\ComfyUI-aki-v1.3\execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "E:\ComfyUI-aki-v1.3\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 "E:\ComfyUI-aki-v1.3\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 "E:\ComfyUI-aki-v1.3\ComfyUI-aki-v1.3\nodes.py", line 838, in load_unet
model = comfy.sd.load_unet(unet_path)
File "E:\ComfyUI-aki-v1.3\ComfyUI-aki-v1.3\comfy\sd.py", line 596, in load_unet
model = load_unet_state_dict(sd)
File "E:\ComfyUI-aki-v1.3\ComfyUI-aki-v1.3\comfy\sd.py", line 586, in load_unet_state_dict
model = model_config.get_model(new_sd, "")
File "E:\ComfyUI-aki-v1.3\ComfyUI-aki-v1.3\comfy\supported_models.py", line 302, in get_model
out = model_base.Stable_Zero123(self, device=device, cc_projection_weight=state_dict["cc_projection.weight"], cc_projection_bias=state_dict["cc_projection.bias"])

iclight_sd15_fc_unet_ldm.safetensors ,An error will be reported when loading this model

@xiaocui723
Copy link

I have also encountered the same problem. How should I solve it?

1 similar comment
@Luliof
Copy link

Luliof commented Jun 5, 2024

I have also encountered the same problem. How should I solve it?

@ana4772ez4rtz
Copy link

I have also encountered the same problem. what can I do to solve it?

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

4 participants