Moran232 commited on
Commit
4d475e9
·
verified ·
1 Parent(s): 5f39bf6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. transformer/config.json +3 -7
transformer/config.json CHANGED
@@ -1,13 +1,11 @@
1
  {
2
  "_class_name": "JoyImageEditTransformer3DModel",
3
  "_diffusers_version": "0.38.0.dev0",
4
- "heads_num": 32,
5
  "hidden_size": 4096,
6
  "in_channels": 16,
7
  "mlp_width_ratio": 4.0,
8
- "mm_double_blocks_depth": 40,
9
- "num_attention_heads": 24,
10
- "num_layers": 20,
11
  "out_channels": 16,
12
  "patch_size": [
13
  1,
@@ -19,9 +17,7 @@
19
  56,
20
  56
21
  ],
22
- "rope_theta": 10000,
23
  "rope_type": "rope",
24
  "text_dim": 4096,
25
- "text_states_dim": 4096,
26
- "theta": 256
27
  }
 
1
  {
2
  "_class_name": "JoyImageEditTransformer3DModel",
3
  "_diffusers_version": "0.38.0.dev0",
 
4
  "hidden_size": 4096,
5
  "in_channels": 16,
6
  "mlp_width_ratio": 4.0,
7
+ "num_attention_heads": 32,
8
+ "num_layers": 40,
 
9
  "out_channels": 16,
10
  "patch_size": [
11
  1,
 
17
  56,
18
  56
19
  ],
 
20
  "rope_type": "rope",
21
  "text_dim": 4096,
22
+ "theta": 10000
 
23
  }