Improve model card: Add pipeline tag, library name, license, and update paper/code links
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,39 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
<h1>
|
| 5 |
-
Vivid-VR:<br>
|
| 6 |
-
Distilling Concepts from Diffusion Transformer for Photorealistic Video Restoration
|
| 7 |
-
</h1>
|
| 8 |
-
|
| 9 |
-
<div>
|
| 10 |
-
<a href='https://csbhr.github.io/' target='_blank'>Haoran Bai</a>, 
|
| 11 |
-
<a href='https://github.com/chenxx89' target='_blank'>Xiaoxu Chen</a>, 
|
| 12 |
-
<a href='https://ieeexplore.ieee.org/author/37088928879' target='_blank'>Canqian Yang</a>, 
|
| 13 |
-
<a href='https://github.com/HeZongyao' target='_blank'>Zongyao He</a>, 
|
| 14 |
-
<a href='https://scholar.google.com/citations?user=brmDxnsAAAAJ&hl=zh-CN' target='_blank'>Sibin Deng</a>, 
|
| 15 |
-
<a href='https://scholar.google.com/citations?user=NpTmcKEAAAAJ&hl=en' target='_blank'>Ying Chen<sup>β</sup></a>
|
| 16 |
-
</div>
|
| 17 |
-
<div>
|
| 18 |
-
Alibaba Group - Taobao & Tmall Group
|
| 19 |
-
</div>
|
| 20 |
-
<div>
|
| 21 |
-
* Corresponding author
|
| 22 |
-
</div>
|
| 23 |
-
|
| 24 |
-
<a href='#' target='_blank'>Paper (<span style='color:red;'>Coming soon!</span>)</a> |
|
| 25 |
-
<a href='https://csbhr.github.io/projects/vivid-vr/' target='_blank'>Project Page</a>
|
| 26 |
|
|
|
|
| 27 |
|
| 28 |
-
<div
|
| 29 |
<img style="width:100%" src="assets/teaser.png">
|
| 30 |
</div>
|
| 31 |
|
| 32 |
-
For more quantitative results and visual results, go checkout our
|
| 33 |
|
| 34 |
---
|
| 35 |
-
</div>
|
| 36 |
-
|
| 37 |
|
| 38 |
## π¬ Overview
|
| 39 |

|
|
@@ -132,8 +113,4 @@ python VRDiT/inference.py \
|
|
| 132 |
- CogVideoX1.5-5B models are distributed under the terms of the [CogVideoX License](https://huggingface.co/zai-org/CogVideoX1.5-5B/blob/main/LICENSE).
|
| 133 |
- cogvlm2-llama3-caption models are distributed under the terms of the [CogVLM2 License](https://modelscope.cn/models/ZhipuAI/cogvlm2-video-llama3-base/file/view/master?fileName=LICENSE&status=0) and [LLAMA3 License](https://modelscope.cn/models/ZhipuAI/cogvlm2-video-llama3-base/file/view/master?fileName=LLAMA3_LICENSE&status=0).
|
| 134 |
- Real-ESRGAN models are distributed under the terms of the [BSD 3-Clause License](https://github.com/xinntao/Real-ESRGAN/blob/master/LICENSE).
|
| 135 |
-
- easyocr models are distributed under the terms of the [JAIDED.AI Terms and Conditions](https://www.jaided.ai/terms/).
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-to-image
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
---
|
| 6 |
|
| 7 |
+
# Vivid-VR: Distilling Concepts from Text-to-Video Diffusion Transformer for Photorealistic Video Restoration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
+
[π Paper](https://huggingface.co/papers/2508.14483) | [π Project Page](https://csbhr.github.io/projects/vivid-vr/) | [π» Code](https://github.com/csbhr/Vivid-VR)
|
| 10 |
|
| 11 |
+
<div align="center">
|
| 12 |
<img style="width:100%" src="assets/teaser.png">
|
| 13 |
</div>
|
| 14 |
|
| 15 |
+
For more quantitative results and visual results, go checkout our [project page](https://csbhr.github.io/projects/vivid-vr/)
|
| 16 |
|
| 17 |
---
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## π¬ Overview
|
| 20 |

|
|
|
|
| 113 |
- CogVideoX1.5-5B models are distributed under the terms of the [CogVideoX License](https://huggingface.co/zai-org/CogVideoX1.5-5B/blob/main/LICENSE).
|
| 114 |
- cogvlm2-llama3-caption models are distributed under the terms of the [CogVLM2 License](https://modelscope.cn/models/ZhipuAI/cogvlm2-video-llama3-base/file/view/master?fileName=LICENSE&status=0) and [LLAMA3 License](https://modelscope.cn/models/ZhipuAI/cogvlm2-video-llama3-base/file/view/master?fileName=LLAMA3_LICENSE&status=0).
|
| 115 |
- Real-ESRGAN models are distributed under the terms of the [BSD 3-Clause License](https://github.com/xinntao/Real-ESRGAN/blob/master/LICENSE).
|
| 116 |
+
- easyocr models are distributed under the terms of the [JAIDED.AI Terms and Conditions](https://www.jaided.ai/terms/).
|
|
|
|
|
|
|
|
|
|
|
|