Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
base_model:
|
| 7 |
+
- alibaba-pai/Wan2.1-Fun-1.3B-Control
|
| 8 |
+
- alibaba-pai/Wan2.1-Fun-14B-Control
|
| 9 |
+
pipeline_tag: text-to-video
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# <center>💡Lumen: Consistent Video Relighting and Harmonious Background Replacement with Video Generative Models </center>
|
| 13 |
+
|
| 14 |
+
<div style="display: flex; justify-content: center; gap: 5px;">
|
| 15 |
+
<a href="https://lumen-relight.github.io"><img src="https://img.shields.io/badge/Project%20Page-Lumen-blue" alt="Project"></a>
|
| 16 |
+
<a href="https://arxiv.org/abs/xxx"><img src="https://img.shields.io/badge/arXiv-Paper-red" alt="arXiv"></a>
|
| 17 |
+
<a href="https://github.com/Kunbyte-AI/Lumen"><img src="https://img.shields.io/badge/GitHub-Code-black" alt="GitHub"></a>
|
| 18 |
+
<a href="https://huggingface.co/Kunbyte/Lumen"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Model-yellow" alt="HuggingFace"></a>
|
| 19 |
+
<a href="https://huggingface.co/spaces/Kunbyte/Lumen"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Space-yellow" alt="HuggingFace"></a>
|
| 20 |
+
</div>
|
| 21 |
+
|
| 22 |
+
💡**Lumen** is a video relighting model that can relight the foreground and replace the background of a video base on the input text.
|
| 23 |
+
|
| 24 |
+
This repository contains the weights of **Lumen**. For more instructions about how to use our model, please refer to our [Github repository](https://github.com/Kunbyte-AI/Lumen).
|