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

Missing key(s) in state_dict: "up_blocks.0.upsamplers.0.conv.weight #190

Open
Ralph224 opened this issue Feb 17, 2023 · 0 comments
Open

Comments

@Ralph224
Copy link

Hi,

Running SD-Infinity locally. I have a ckpt model in the "models" folder. I run the following:
python "app.py" --local_model "C:\Users\stablediffusion-infinity-master\models\model.ckpt"

and get the following errors:
Using local_model: C:\Users\stablediffusion-infinity-master\models\model.ckpt
Converting & Loading C:\Users\stablediffusion-infinity-master\models\model.ckpt
Error(s) in loading state_dict for UNet2DConditionModel:
Missing key(s) in state_dict: "up_blocks.0.upsamplers.0.conv.weight", "up_blocks.0.upsamplers.0.conv.bias", "up_blocks.1.upsamplers.0.conv.weight", "up_blocks.1.upsamplers.0.conv.bias", "up_blocks.2.upsamplers.0.conv.weight", "up_blocks.2.upsamplers.0.conv.bias".
Unexpected key(s) in state_dict: "up_blocks.0.attentions.2.conv.bias", "up_blocks.0.attentions.2.conv.weight".

Any help on this?

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

1 participant