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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: