Hi everyone! Good to be here! A question: I am running kohya -> sdxl_training.py and got the followi

Hi everyone! Good to be here!
A question: I am running kohya -> sdxl_training.py and got the following error:

Error(s) in loading state_dict for SdxlUNet2DConditionModel:
Missing key(s) in state_dict: "input_blocks.4.1.transformer_blocks.1.ff.net.0.proj.weight", "output_blocks.1.1.transformer_blocks.1.ff.net.0.proj.weight", "output_blocks.2.1.transformer_blocks.4.norm3.weight",
.... <many more lines>

I use the model from https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/resolve/main/sdxl_vae.safetensors. What could go wrong?
Was this page helpful?