VideoCrafter icon indicating copy to clipboard operation
VideoCrafter copied to clipboard

missing keys in checkpoint of base_512_v1

Open MightyChaos opened this issue 2 years ago • 1 comments

Hi authors, thanks so much for releasing the model. I run into issue when trying to load the checkpoint of lower-resolution t2v model, i.e. "base_512_v1". When I load it using the provided text2video script, I run into

RuntimeError: Error(s) in loading state_dict for LatentDiffusion: Missing key(s) in state_dict: "scale_arr", "model.diffusion_model.fps_embedding.0.weight", ...... ".

F.Y.I. I have no problem loading the other two models, i.e. "base_1024_v1" and "i2v_512_v1". Thank you again for helping address this issue!

MightyChaos avatar Dec 14 '23 21:12 MightyChaos

I experience the same issue with "base_512_v1" checkpoint.

k-sobolev avatar Dec 25 '23 07:12 k-sobolev