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!
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
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!