huchenlei / ComfyUI-IC-Light-Native

ComfyUI native implementation of IC-Light
Apache License 2.0
515 stars 27 forks source link

Error reported when adding UNETLoader #13

Open nftlaolong opened 5 months ago

nftlaolong commented 5 months ago

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 commented 4 months ago

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

Luliof commented 4 months ago

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

ana4772ez4rtz commented 3 months ago

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