initial commit
Browse files- config.json +18 -0
- diffusion_pytorch_model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +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 |
+
"cross_attention_dim": null,
|
| 13 |
+
"layers_per_block": 2,
|
| 14 |
+
"max_seq_length": 24,
|
| 15 |
+
"mid_block_num_layers": 1,
|
| 16 |
+
"norm_num_groups": 32,
|
| 17 |
+
"num_attention_heads": 8
|
| 18 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3685c5c12494990f4adf29e2c1d007fc587c59e61889e5cb605f290c7c0e098a
|
| 3 |
+
size 907411224
|