Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
|
|
|
| 3 |
pipeline_tag: image-to-video
|
| 4 |
tags:
|
| 5 |
- image-to-video
|
| 6 |
- audio-conditioned
|
| 7 |
- diffusion
|
| 8 |
- talking-avatar
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
<div align="center">
|
|
@@ -15,7 +17,7 @@ tags:
|
|
| 15 |
<h3>One-Step Streaming Talking Avatars via Local-Future Sliding-Window Denoising</h3>
|
| 16 |
|
| 17 |
<p>
|
| 18 |
-
<a href="https://huggingface.co/papers/2603.14331"><img src="https://img.shields.io/badge/HuggingFace-
|
| 19 |
<a href="https://arxiv.org/abs/2603.14331"><img src="https://img.shields.io/badge/arXiv-2603.14331-b31b1b?style=for-the-badge" alt="arXiv"></a>
|
| 20 |
<a href="https://cuiliyuan121.github.io/AvatarForcing/"><img src="https://img.shields.io/badge/Project-Page-blue?style=for-the-badge&logo=googlechrome&logoColor=white" alt="Project Page"></a>
|
| 21 |
</p>
|
|
@@ -63,4 +65,4 @@ huggingface-cli download lycui/AvatarForcing --local-dir ./pretrained_models/Ava
|
|
| 63 |
}
|
| 64 |
```
|
| 65 |
|
| 66 |
-
</details>
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
pipeline_tag: image-to-video
|
| 5 |
tags:
|
| 6 |
- image-to-video
|
| 7 |
- audio-conditioned
|
| 8 |
- diffusion
|
| 9 |
- talking-avatar
|
| 10 |
+
- pytorch
|
| 11 |
---
|
| 12 |
|
| 13 |
<div align="center">
|
|
|
|
| 17 |
<h3>One-Step Streaming Talking Avatars via Local-Future Sliding-Window Denoising</h3>
|
| 18 |
|
| 19 |
<p>
|
| 20 |
+
<a href="https://huggingface.co/papers/2603.14331"><img src="https://img.shields.io/badge/HuggingFace-Paper-ffbd45?style=for-the-badge&logo=huggingface&logoColor=white" alt="Hugging Face Paper"></a>
|
| 21 |
<a href="https://arxiv.org/abs/2603.14331"><img src="https://img.shields.io/badge/arXiv-2603.14331-b31b1b?style=for-the-badge" alt="arXiv"></a>
|
| 22 |
<a href="https://cuiliyuan121.github.io/AvatarForcing/"><img src="https://img.shields.io/badge/Project-Page-blue?style=for-the-badge&logo=googlechrome&logoColor=white" alt="Project Page"></a>
|
| 23 |
</p>
|
|
|
|
| 65 |
}
|
| 66 |
```
|
| 67 |
|
| 68 |
+
</details>
|