BestWishYsh
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,34 @@ datasets:
|
|
5 |
language:
|
6 |
- en
|
7 |
pipeline_tag: text-to-video
|
8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
language:
|
6 |
- en
|
7 |
pipeline_tag: text-to-video
|
8 |
+
---
|
9 |
+
|
10 |
+
<h5 align="center">
|
11 |
+
|
12 |
+
|
13 |
+
[![hf_space](https://img.shields.io/badge/🤗-Open%20In%20Spaces-blue.svg)](https://huggingface.co/spaces/BestWishYsh/MagicTime?logs=build)
|
14 |
+
[![Replicate demo and cloud API](https://replicate.com/camenduru/magictime/badge)](https://replicate.com/camenduru/magictime)
|
15 |
+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/MagicTime-jupyter/blob/main/MagicTime_jupyter.ipynb)
|
16 |
+
[![hf_space](https://img.shields.io/badge/🤗-Paper%20In%20HF-red.svg)](https://huggingface.co/papers/2404.05014)
|
17 |
+
[![arXiv](https://img.shields.io/badge/Arxiv-2404.05014-b31b1b.svg?logo=arXiv)](https://arxiv.org/abs/2404.05014)
|
18 |
+
[![Home Page](https://img.shields.io/badge/Project-<Website>-blue.svg)](https://pku-yuangroup.github.io/MagicTime/)
|
19 |
+
[![Dataset](https://img.shields.io/badge/Dataset-<HuggingFace>-green)](https://huggingface.co/datasets/BestWishYsh/ChronoMagic)
|
20 |
+
[![zhihu](https://img.shields.io/badge/-Twitter@AK%20-black?logo=twitter&logoColor=1D9BF0)](https://twitter.com/_akhaliq/status/1777538468043792473)
|
21 |
+
[![zhihu](https://img.shields.io/badge/-Twitter@Jinfa%20Huang%20-black?logo=twitter&logoColor=1D9BF0)](https://twitter.com/vhjf36495872/status/1777525817087553827?s=61&t=r2HzCsU2AnJKbR8yKSprKw)
|
22 |
+
[![DOI](https://zenodo.org/badge/783303222.svg)](https://zenodo.org/doi/10.5281/zenodo.10960665)
|
23 |
+
[![License](https://img.shields.io/badge/License-Apache%202.0-yellow)](https://github.com/PKU-YuanGroup/MagicTime/blob/main/LICENSE)
|
24 |
+
![GitHub Repo stars](https://img.shields.io/github/stars/PKU-YuanGroup/MagicTime)
|
25 |
+
|
26 |
+
</h5>
|
27 |
+
|
28 |
+
## ✏️ Citation
|
29 |
+
If you find our paper and code useful in your research, please consider giving a star :star: and citation :pencil:.
|
30 |
+
|
31 |
+
```BibTeX
|
32 |
+
@article{yuan2024magictime,
|
33 |
+
title={MagicTime: Time-lapse Video Generation Models as Metamorphic Simulators},
|
34 |
+
author={Yuan, Shenghai and Huang, Jinfa and Shi, Yujun and Xu, Yongqi and Zhu, Ruijie and Lin, Bin and Cheng, Xinhua and Yuan, Li and Luo, Jiebo},
|
35 |
+
journal={arXiv preprint arXiv:2404.05014},
|
36 |
+
year={2024}
|
37 |
+
}
|
38 |
+
```
|