LanguageBind
commited on
Commit
•
49ff994
1
Parent(s):
5416b6c
Upload 2 files
Browse files- config.json +33 -0
- diffusion_pytorch_model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "LatteT2V",
|
3 |
+
"_diffusers_version": "0.24.0",
|
4 |
+
"activation_fn": "gelu-approximate",
|
5 |
+
"attention_bias": true,
|
6 |
+
"attention_head_dim": 72,
|
7 |
+
"attention_mode": "flash",
|
8 |
+
"attention_type": "default",
|
9 |
+
"caption_channels": 4096,
|
10 |
+
"cross_attention_dim": 1152,
|
11 |
+
"double_self_attention": false,
|
12 |
+
"dropout": 0.0,
|
13 |
+
"in_channels": 4,
|
14 |
+
"norm_elementwise_affine": false,
|
15 |
+
"norm_eps": 1e-06,
|
16 |
+
"norm_num_groups": 32,
|
17 |
+
"norm_type": "ada_norm_single",
|
18 |
+
"num_attention_heads": 16,
|
19 |
+
"num_embeds_ada_norm": 1000,
|
20 |
+
"num_layers": 28,
|
21 |
+
"num_vector_embeds": null,
|
22 |
+
"only_cross_attention": false,
|
23 |
+
"out_channels": 8,
|
24 |
+
"patch_size": 2,
|
25 |
+
"patch_size_t": 1,
|
26 |
+
"sample_size": [
|
27 |
+
32,
|
28 |
+
32
|
29 |
+
],
|
30 |
+
"upcast_attention": false,
|
31 |
+
"use_linear_projection": false,
|
32 |
+
"video_length": 5
|
33 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4564ee3021d664fc078d374b91e492f209ed3504444708fb32f48ee0a0ce7a50
|
3 |
+
size 2115590352
|