Diffusers
dinethja commited on
Commit
2a3e0ec
·
verified ·
1 Parent(s): 070d200

Update MV-DiT/CogVideoX/config.json

Browse files

because patch_embed.proj.weight expected shape torch.Size([3072, 16, 2, 2]), but got torch.Size([3072, 32, 2, 2]).

Files changed (1) hide show
  1. MV-DiT/CogVideoX/config.json +1 -1
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": 32,
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,