



CogVideo5B Video Generation
Using the strongest reverse Joy Caption CogVideo 5B
If similar errors occur
prompt_embeds and negative_prompt_embeds must have the same shape when passed directly, but got: prompt_embeds" torch.Size([1, 452, 4096])!negative prompt_embeds' torch.Size([1, 226, 4096])
It means the length of the positive and negative prompts is not quite consistent. Adjust the length of the negative prompt to be roughly the same, and it should work.
CogVideo5B Video Generation
Using the strongest reverse Joy Caption CogVideo 5B
If similar errors occur
prompt_embeds and negative_prompt_embeds must have the same shape when passed directly, but got: prompt_embeds" torch.Size([1, 452, 4096])!negative prompt_embeds' torch.Size([1, 226, 4096])
It means the length of the positive and negative prompts is not quite consistent. Adjust the length of the negative prompt to be roughly the same, and it should work.