shauray
commited on
Commit
•
12e1fe4
1
Parent(s):
36965a8
video
Browse files- .ipynb_checkpoints/config-checkpoint.json +19 -0
- config.json +19 -0
- diffusion_pytorch_model.ckpt +3 -0
.ipynb_checkpoints/config-checkpoint.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"use_motion_mid_block": true
|
19 |
+
}
|
config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"use_motion_mid_block": true
|
19 |
+
}
|
diffusion_pytorch_model.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d683556a3b72686b9909d97755054b344869431cddb26853da2178108da195f5
|
3 |
+
size 1817894327
|