From b07e70bf48c4507a077fa2e65d09e27e7d3396ef Mon Sep 17 00:00:00 2001 From: Yuwei Guo Date: Tue, 11 Jul 2023 10:54:17 +0800 Subject: [PATCH] update readme --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6109642..ff73489 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # AnimateDiff -This repository is the official implementation of [AnimateDiff](). +This repository is the official implementation of [AnimateDiff](https://arxiv.org/abs/2307.04725). -**[AnimateDiff: Animate Your Personalized Text-to-Image Diffusion Models without Specific Tuning]()** +**[AnimateDiff: Animate Your Personalized Text-to-Image Diffusion Models without Specific Tuning](https://arxiv.org/abs/2307.04725)**
Yuwei Guo, Ceyuan Yang*, @@ -14,11 +14,11 @@ Bo Dai

*Corresponding Author

-[Arxiv Report]() | [Project Page](https://animatediff.github.io/) +[Arxiv Report](https://arxiv.org/abs/2307.04725) | [Project Page](https://animatediff.github.io/) ## Todo - [x] Code Release -- [ ] Arxiv Report +- [x] Arxiv Report - [ ] GPU Memory Optimization - [ ] Gradio Interface @@ -163,7 +163,16 @@ Here we demonstrate several best results we got in previous experiments.

Model:FilmVelvia

## BibTeX -Coming soon. +``` +@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} +} +``` ## Contact Us **Yuwei Guo**: [guoyuwei@pjlab.org.cn](mailto:guoyuwei@pjlab.org.cn)