update motion adapter weights
Browse files- config.json +8 -8
- diffusion_pytorch_model.safetensors +2 -2
config.json
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
{
|
2 |
"_class_name": "MotionAdapter",
|
3 |
"_diffusers_version": "0.22.0.dev0",
|
4 |
-
"activation_fn": "geglu",
|
5 |
-
"attention_bias": false,
|
6 |
"block_out_channels": [
|
7 |
320,
|
8 |
640,
|
9 |
1280,
|
10 |
1280
|
11 |
],
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
|
|
|
|
18 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "MotionAdapter",
|
3 |
"_diffusers_version": "0.22.0.dev0",
|
|
|
|
|
4 |
"block_out_channels": [
|
5 |
320,
|
6 |
640,
|
7 |
1280,
|
8 |
1280
|
9 |
],
|
10 |
+
"motion_activation_fn": "geglu",
|
11 |
+
"motion_attention_bias": false,
|
12 |
+
"motion_cross_attention_dim": null,
|
13 |
+
"motion_layers_per_block": 2,
|
14 |
+
"motion_max_seq_length": 32,
|
15 |
+
"motion_mid_block_layers_per_block": 1,
|
16 |
+
"motion_norm_num_groups": 32,
|
17 |
+
"motion_num_attention_heads": 8
|
18 |
}
|
diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b52b8bc0efb1d655237c2d98cf1b5993eee8ca9557dd1e9a95717d241df450a5
|
3 |
+
size 1817680464
|