bubbliiiing
commited on
Commit
•
2793da0
1
Parent(s):
ce81dd5
Update transformer
Browse files
transformer/config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "CogVideoXTransformer3DModel",
|
3 |
+
"_diffusers_version": "0.30.1",
|
4 |
+
"activation_fn": "gelu-approximate",
|
5 |
+
"attention_bias": true,
|
6 |
+
"attention_head_dim": 64,
|
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 |
+
"norm_elementwise_affine": true,
|
13 |
+
"norm_eps": 1e-05,
|
14 |
+
"num_attention_heads": 48,
|
15 |
+
"num_layers": 42,
|
16 |
+
"out_channels": 16,
|
17 |
+
"patch_size": 2,
|
18 |
+
"sample_frames": 49,
|
19 |
+
"sample_height": 60,
|
20 |
+
"sample_width": 90,
|
21 |
+
"spatial_interpolation_scale": 1.875,
|
22 |
+
"temporal_compression_ratio": 4,
|
23 |
+
"temporal_interpolation_scale": 1.0,
|
24 |
+
"text_embed_dim": 4096,
|
25 |
+
"time_embed_dim": 512,
|
26 |
+
"timestep_activation_fn": "silu",
|
27 |
+
"use_rotary_positional_embeddings": true,
|
28 |
+
"add_noise_in_inpaint_model": true
|
29 |
+
}
|
transformer/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b28461d4df9717d8d65f36f2741c121c7f7127d2d2580f0fe00cd48cfa7d205
|
3 |
+
size 11141076176
|