Getting error when using v3 motion module but not v2

#13
by haikumonster - opened

RuntimeError: Error(s) in loading state_dict for UNet3DConditionModel:
size mismatch for
down_blocks.0.motion_modules.0.temporal_transformer.transformer_blocks.0.attention_blocks.0.pos_enco
der.pe: copying a param with shape torch.Size([1, 32, 320]) from checkpoint, the shape in current
model is torch.Size([1, 24, 320]).

me too, the model "v3_sd15_mm.ckpt" always error.

Sign up or log in to comment