brycebywang commited on
Commit
821f0ae
·
verified ·
1 Parent(s): ea5c142

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -65
config.json DELETED
@@ -1,65 +0,0 @@
1
- {
2
- "_class_name": "MGVideoDiffusionTransformerI2V",
3
- "_diffusers_version": "0.32.2",
4
- "action_config": {
5
- "enable_keyboard": true,
6
- "enable_mouse": true,
7
- "heads_num": 24,
8
- "hidden_size": 128,
9
- "img_hidden_size": 3072,
10
- "keyboard_dim_in": 6,
11
- "mlp_act_type": "gelu_tanh",
12
- "mouse_dim_in": 2,
13
- "mouse_qk_dim_list": [
14
- 16,
15
- 56,
16
- 56
17
- ],
18
- "patch_size": [
19
- 1,
20
- 2,
21
- 2
22
- ],
23
- "qk_norm": "True",
24
- "qk_norm_type": "rms",
25
- "qkv_bias": "False",
26
- "rope_dim_list": [
27
- 16,
28
- 56,
29
- 56
30
- ],
31
- "rope_theta": 256,
32
- "vae_time_compression_ratio": 4,
33
- "windows_size": 3
34
- },
35
- "device": null,
36
- "dtype": null,
37
- "guidance_embed": false,
38
- "heads_num": 24,
39
- "hidden_size": 3072,
40
- "i2v_condition_type": "token_replace",
41
- "in_channels": 33,
42
- "mlp_act_type": "gelu_tanh",
43
- "mlp_width_ratio": 4,
44
- "mm_double_blocks_depth": 20,
45
- "mm_single_blocks_depth": 40,
46
- "out_channels": 16,
47
- "patch_size": [
48
- 1,
49
- 2,
50
- 2
51
- ],
52
- "qk_norm": true,
53
- "qk_norm_type": "rms",
54
- "qkv_bias": true,
55
- "rope_dim_list": [
56
- 16,
57
- 56,
58
- 56
59
- ],
60
- "rope_theta": 256,
61
- "text_projection": "single_refiner",
62
- "text_states_dim": 4096,
63
- "text_states_dim_2": 768,
64
- "use_attention_mask": true
65
- }