Update MV-DiT/CogVideoX/config.json
Browse filesbecause patch_embed.proj.weight expected shape torch.Size([3072, 16, 2, 2]), but got torch.Size([3072, 32, 2, 2]).
MV-DiT/CogVideoX/config.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
"dropout": 0.0,
|
8 |
"flip_sin_to_cos": true,
|
9 |
"freq_shift": 0,
|
10 |
-
"in_channels":
|
11 |
"max_text_seq_length": 226,
|
12 |
"motion_dim": 312,
|
13 |
"norm_elementwise_affine": true,
|
|
|
7 |
"dropout": 0.0,
|
8 |
"flip_sin_to_cos": true,
|
9 |
"freq_shift": 0,
|
10 |
+
"in_channels": 16,
|
11 |
"max_text_seq_length": 226,
|
12 |
"motion_dim": 312,
|
13 |
"norm_elementwise_affine": true,
|