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

'cc_projection.weight' #23

Open
a2489805265 opened this issue Jun 9, 2024 · 1 comment
Open

'cc_projection.weight' #23

a2489805265 opened this issue Jun 9, 2024 · 1 comment

Comments

@a2489805265
Copy link

Error occurred when executing UNETLoader:

'cc_projection.weight'

File "D:\comfyui\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 "D:\comfyui\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 "D:\comfyui\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 "D:\comfyui\ComfyUI-aki-v1.3\ComfyUI-aki-v1.3\nodes.py", line 838, in load_unet
model = comfy.sd.load_unet(unet_path)
File "D:\comfyui\ComfyUI-aki-v1.3\ComfyUI-aki-v1.3\comfy\sd.py", line 596, in load_unet
model = load_unet_state_dict(sd)
File "D:\comfyui\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 "D:\comfyui\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"])

QQ截图20240609190159

@deadcat000
Copy link

plus 1. I'm on a mac M1max. the fbc model works. the fb model doesn't

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