Skip to content

Commit 8def60c

Browse files
author
Yuwei Guo
committed
Merge branch 'main' of github.com:guoyww/animatediff
2 parents 7f3b3d5 + eb031af commit 8def60c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It is a plug-and-play module turning most community models into animation genera
2222

2323
We developed four versions of AnimateDiff: `v1`, `v2` and `v3` for [Stable Diffusion V1.5](https://huggingface.co/runwayml/stable-diffusion-v1-5); `sdxl-beta` for [Stable Diffusion XL](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0).
2424

25-
## TODOs
25+
## Next
2626
- [ ] Update to latest diffusers version
2727
- [ ] Update Gradio Demo
2828
- [ ] Release Training Scripts
@@ -64,9 +64,9 @@ Manually download the AnimateDiff modules. The download links can be found in ea
6464

6565
## [2023.12] AnimateDiff v3 and SparseCtrl
6666

67-
In this version, we did the image model finetuning with through **Domain Adapter LoRA** for more flexiblity at inference time.
67+
In this version, we did the image model finetuning through **Domain Adapter LoRA** for more flexiblity at inference time.
6868

69-
Additionally, we implement two [SparseCtrl](https://arxiv.org/abs/2311.16933) Encoders, which can take abitary number of condition maps (RGB image/scribble) to control the generation.
69+
Additionally, we implement two (RGB image/scribble) [SparseCtrl](https://arxiv.org/abs/2311.16933) Encoders, which can take abitary number of condition maps to control the generation process.
7070

7171
Technical details of SparseCtrl can be found in this research paper:
7272

@@ -204,7 +204,7 @@ Moreover, we support **MotionLoRA** for eight basic camera movements.
204204
</details>
205205

206206

207-
- **[2023/09/25]** Release **MotionLoRA** and its model zoo, **enabling camera movement controls**! Please download the MotionLoRA models (**74 MB per model**, available at [Google Drive](https://drive.google.com/drive/folders/1EqLC65eR1-W-sGD0Im7fkED6c8GkiNFI?usp=sharing) / [HuggingFace](https://huggingface.co/guoyww/animatediff) / [CivitAI](https://civitai.com/models/108836/animatediff-motion-modules) ) and save them to the `models/MotionLoRA` folder. Example:
207+
- Release **MotionLoRA** and its model zoo, **enabling camera movement controls**! Please download the MotionLoRA models (**74 MB per model**, available at [Google Drive](https://drive.google.com/drive/folders/1EqLC65eR1-W-sGD0Im7fkED6c8GkiNFI?usp=sharing) / [HuggingFace](https://huggingface.co/guoyww/animatediff) / [CivitAI](https://civitai.com/models/108836/animatediff-motion-modules) ) and save them to the `models/MotionLoRA` folder. Example:
208208
```
209209
python -m scripts.animate --config configs/prompts/v2/5-RealisticVision-MotionLoRA.yaml
210210
```
@@ -243,7 +243,7 @@ Moreover, we support **MotionLoRA** for eight basic camera movements.
243243
</tr>
244244
</table>
245245

246-
- **[2023/09/10]** New Motion Module release! `mm_sd_v15_v2.ckpt` was trained on larger resolution & batch size, and gains noticeable quality improvements. Check it out at [Google Drive](https://drive.google.com/drive/folders/1EqLC65eR1-W-sGD0Im7fkED6c8GkiNFI?usp=sharing) / [HuggingFace](https://huggingface.co/guoyww/animatediff) / [CivitAI](https://civitai.com/models/108836/animatediff-motion-modules) and use it with `configs/inference/inference-v2.yaml`. Example:
246+
- New Motion Module release! `mm_sd_v15_v2.ckpt` was trained on larger resolution & batch size, and gains noticeable quality improvements. Check it out at [Google Drive](https://drive.google.com/drive/folders/1EqLC65eR1-W-sGD0Im7fkED6c8GkiNFI?usp=sharing) / [HuggingFace](https://huggingface.co/guoyww/animatediff) / [CivitAI](https://civitai.com/models/108836/animatediff-motion-modules) and use it with `configs/inference/inference-v2.yaml`. Example:
247247
```
248248
python -m scripts.animate --config configs/prompts/v2/5-RealisticVision.yaml
249249
```

0 commit comments

Comments
 (0)