dummy9996 commited on
Commit
79afcf3
·
verified ·
1 Parent(s): c7d7ef7

Upload folder using huggingface_hub

Browse files
cola_dit/config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ColaDiTModel"
4
+ ],
5
+ "block_size": 16,
6
+ "emb_dim": 2048,
7
+ "expand_ratio": 4,
8
+ "head_dim": 128,
9
+ "heads": 16,
10
+ "model_type": "cola_dit",
11
+ "norm_eps": 1e-05,
12
+ "num_layers": 24,
13
+ "patch_size": 1,
14
+ "qk_bias": false,
15
+ "rope_dim": 96,
16
+ "torch_dtype": "float32",
17
+ "transformers_version": "4.46.1",
18
+ "txt_dim": 2048,
19
+ "txt_in_channels": 16,
20
+ "txt_out_channels": 16
21
+ }
cola_dit/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb8e1c2c0914844a749e54220d7d8e5b5e00cfd1b877d26fbf7581d369af8c33
3
+ size 3659801888
cola_vae/config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "act": "swiglu",
3
+ "architectures": [
4
+ "ColaTextVAEModel"
5
+ ],
6
+ "attn_dropout": 0.0,
7
+ "bias": true,
8
+ "block_causal": true,
9
+ "block_size": 1,
10
+ "causal": false,
11
+ "clip_qkv": null,
12
+ "decoder_num_blocks": 4,
13
+ "dim": 1536,
14
+ "dropout": 0.0,
15
+ "encoder_last_ln": true,
16
+ "encoder_num_blocks": 4,
17
+ "ffn_dim": 6144,
18
+ "init_cutoff_factor": 3,
19
+ "init_fn": "normal",
20
+ "init_std": 0.02,
21
+ "latent_dim": 16,
22
+ "layer_norm_affine": true,
23
+ "layer_norm_eps": 1e-06,
24
+ "layer_norm_type": "layer_norm",
25
+ "model_type": "cola_text_vae",
26
+ "num_heads": 12,
27
+ "patch_size": 1,
28
+ "post_norm": true,
29
+ "qk_bias": false,
30
+ "qk_norm": true,
31
+ "qk_norm_affine": true,
32
+ "rope_full_precision": true,
33
+ "rope_theta": 500000,
34
+ "scaling_factor": 1.0,
35
+ "shared_heads_kv": 1,
36
+ "shifting_factor": 0.0,
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.46.1",
39
+ "use_emb": true,
40
+ "use_variation": true,
41
+ "vocab_size": 100278
42
+ }
cola_vae/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f1325729a2ebc11e8030cb4f4679adcde94aa5568db900fd56feb8dfabc98bc
3
+ size 1003756908