diff --git a/README.md b/README.md
index 37bd5c4..751855d 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,23 @@ Bo Dai
[](https://huggingface.co/spaces/guoyww/AnimateDiff)
## Features
+- **[2023/09/10]** New Motion Module release ! `mm_sd_v15_v2.ckpt` was trained on larger resolution & batch size, and gains noticabe 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) and use it with `configs/inference/inference-v2.yaml`. Example:
+ ```
+ python -m scripts.animate --config configs/prompts/v2/5-RealisticVision.yaml
+ ```
+ Here is a qualitative comparison between `mm_sd_v15.ckpt` (left) and `mm_sd_v15_v2.ckpt` (right):
+
- GPU Memory Optimization, ~12GB VRAM to inference
- User Interface: [Gradio](#gradio-demo), A1111 WebUI Extension [sd-webui-animatediff](https://github.com/continue-revolution/sd-webui-animatediff) (by [@continue-revolution](https://github.com/continue-revolution))
- Google Colab: [Colab](https://colab.research.google.com/github/camenduru/AnimateDiff-colab/blob/main/AnimateDiff_colab.ipynb) (by [@camenduru](https://github.com/camenduru))
diff --git a/__assets__/animations/compare/ffmpeg b/__assets__/animations/compare/ffmpeg
new file mode 100644
index 0000000..e69de29
diff --git a/__assets__/animations/compare/new_0.gif b/__assets__/animations/compare/new_0.gif
new file mode 100644
index 0000000..8681fa5
Binary files /dev/null and b/__assets__/animations/compare/new_0.gif differ
diff --git a/__assets__/animations/compare/new_1.gif b/__assets__/animations/compare/new_1.gif
new file mode 100644
index 0000000..dd0b296
Binary files /dev/null and b/__assets__/animations/compare/new_1.gif differ
diff --git a/__assets__/animations/compare/new_2.gif b/__assets__/animations/compare/new_2.gif
new file mode 100644
index 0000000..7baeb7b
Binary files /dev/null and b/__assets__/animations/compare/new_2.gif differ
diff --git a/__assets__/animations/compare/new_3.gif b/__assets__/animations/compare/new_3.gif
new file mode 100644
index 0000000..07dc320
Binary files /dev/null and b/__assets__/animations/compare/new_3.gif differ
diff --git a/__assets__/animations/compare/old_0.gif b/__assets__/animations/compare/old_0.gif
new file mode 100644
index 0000000..70709b8
Binary files /dev/null and b/__assets__/animations/compare/old_0.gif differ
diff --git a/__assets__/animations/compare/old_1.gif b/__assets__/animations/compare/old_1.gif
new file mode 100644
index 0000000..5c605be
Binary files /dev/null and b/__assets__/animations/compare/old_1.gif differ
diff --git a/__assets__/animations/compare/old_2.gif b/__assets__/animations/compare/old_2.gif
new file mode 100644
index 0000000..2e20b7b
Binary files /dev/null and b/__assets__/animations/compare/old_2.gif differ
diff --git a/__assets__/animations/compare/old_3.gif b/__assets__/animations/compare/old_3.gif
new file mode 100644
index 0000000..b035a95
Binary files /dev/null and b/__assets__/animations/compare/old_3.gif differ