Xichen Pan
commited on
Commit
·
5710e06
1
Parent(s):
e157a8d
init
Browse files- README.md +9 -0
- config.json +19 -0
- diffusion_pytorch_model.bin +3 -0
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
<https://huggingface.co/guoyww/animatediff/blob/main/v3_sd15_mm.ckpt> in Huggingface Diffusers format
|
| 6 |
+
|
| 7 |
+
Usage
|
| 8 |
+
|
| 9 |
+
```
|
| 10 |
+
from diffusers import MotionAdapter
|
| 11 |
+
MotionAdapter.from_pretrained("xcpan/AnimateDiff-v3-diffusers")
|
| 12 |
+
```
|
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": false
|
| 19 |
+
}
|
diffusion_pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d43181c61858b8a7abda1449b86486907b5ca3cf245f71c90735ca4b63e6c8c4
|
| 3 |
+
size 1670994473
|