bubbliiiing
commited on
Commit
·
d6d9c1b
1
Parent(s):
c7f96af
Update transformer
Browse files
transformer/config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "EasyAnimateTransformer3DModel",
|
3 |
+
"_diffusers_version": "0.31.0",
|
4 |
+
"activation_fn": "gelu-approximate",
|
5 |
+
"add_noise_in_inpaint_model": true,
|
6 |
+
"add_ref_latent_in_control_model": true,
|
7 |
+
"add_norm_text_encoder": true,
|
8 |
+
"after_norm": false,
|
9 |
+
"attention_head_dim": 64,
|
10 |
+
"clip_channels": null,
|
11 |
+
"dropout": 0.0,
|
12 |
+
"enable_clip_in_inpaint": false,
|
13 |
+
"enable_text_attention_mask": true,
|
14 |
+
"flip_sin_to_cos": true,
|
15 |
+
"freq_shift": 0,
|
16 |
+
"in_channels": 48,
|
17 |
+
"mmdit_layers": 48,
|
18 |
+
"norm_elementwise_affine": true,
|
19 |
+
"norm_eps": 1e-05,
|
20 |
+
"num_attention_heads": 48,
|
21 |
+
"num_layers": 48,
|
22 |
+
"out_channels": 16,
|
23 |
+
"patch_size": 2,
|
24 |
+
"ref_channels": null,
|
25 |
+
"resize_inpaint_mask_directly": true,
|
26 |
+
"sample_height": 60,
|
27 |
+
"sample_width": 90,
|
28 |
+
"swa_layers": null,
|
29 |
+
"text_embed_dim": 3584,
|
30 |
+
"text_embed_dim_t5": null,
|
31 |
+
"time_embed_dim": 512,
|
32 |
+
"time_position_encoding_type": "3d_rope",
|
33 |
+
"timestep_activation_fn": "silu"
|
34 |
+
}
|
transformer/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c489044283f2f615f3644faf8de34b4a88418b3758a5c93b5eb64459216f850
|
3 |
+
size 23599124368
|