Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: diffusers
|
3 |
+
pipeline_tag: text-to-video
|
4 |
+
tags:
|
5 |
+
- animatediff
|
6 |
+
---
|
7 |
+
|
8 |
+
# Motion LoRAs
|
9 |
+
|
10 |
+
Motion LoRAs allow adding specific types of motion to your animations.
|
11 |
+
|
12 |
+
![animatediff-zoom-out-lora.gif](https://cdn-uploads.huggingface.co/production/uploads/6126e46848005fa9ca5c578c/13B2HSVUuZ1t9UseffdHp.gif)
|
13 |
+
|
14 |
+
Currently, the following types of loras are available for models using the `guoyww/animatediff-motion-adapter-v1-5-2` checkpoint.
|
15 |
+
|
16 |
+
- Zoom In/Out
|
17 |
+
- Pan Left/Right
|
18 |
+
- Tilt Up/Down
|
19 |
+
- Rolling Clockwise/Anticlockwise
|
20 |
+
|
21 |
+
This lora improves the generation quality and is meant to be used with AnimateDiff v3 `guoyww/animatediff-motion-adapter-v1-5-3` checkpoint and [SparseCtrl](https://arxiv.org/abs/2311.16933) checkpoints.
|
22 |
+
|
23 |
+
Please refer to the [AnimateDiff documentation](https://huggingface.co/docs/diffusers/main/en/api/pipelines/animatediff) for information on how to use these Motion LoRAs.
|