From 2720f72fb79956215ba36e6018fe31d75b431cd1 Mon Sep 17 00:00:00 2001 From: limbo0000 Date: Sun, 16 Jul 2023 10:40:59 +0800 Subject: [PATCH] update README --- README.md | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 09b6353..6b8067b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,31 @@ Bo Dai - [x] GPU Memory Optimization - [ ] Gradio Interface + + +## Common Issues +
+Installation +Please ensure the installation of [xformer](https://github.com/facebookresearch/xformers) that is applied to reduce the inference memory. +
+ +
+Various resolution or number of frames +Currently, we recommend users to generate animation with 16 frames and 512 resolution that are aligned with our training settings. Notably, various resolution/frames may affect the quality more or less. +
+ +
+Animating a given image +We totally agree that animating a given image is an appealing feature, which we would try to support officially in future. For now, you may enjoy other efforts from the [talesofai](https://github.com/talesofai/AnimateDiff). +
+ +
+Contributions from community +Contributions are always welcome!! We will create another branch which community could contribute to. As for the main branch, we would like to align it with the original technical report:) +
+ + + ## Setup for Inference ### Prepare Environment @@ -193,13 +218,11 @@ Pose Model:Hold Sig ## BibTeX ``` -@misc{guo2023animatediff, - title={AnimateDiff: Animate Your Personalized Text-to-Image Diffusion Models without Specific Tuning}, - author={Yuwei Guo, Ceyuan Yang, Anyi Rao, Yaohui Wang, Yu Qiao, Dahua Lin, Bo Dai}, - year={2023}, - eprint={2307.04725}, - archivePrefix={arXiv}, - primaryClass={cs.CV} +@article{guo2023animatediff, + title={AnimateDiff: Animate Your Personalized Text-to-Image Diffusion Models without Specific Tuning}, + author={Guo, Yuwei and Yang, Ceyuan and Rao, Anyi and Wang, Yaohui and Qiao, Yu and Lin, Dahua and Dai, Bo}, + journal={arXiv preprint arXiv:2307.04725}, + year={2023} } ```