Add pipeline tag
Browse filesThis PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=image-to-video&sort=trending.
README.md
CHANGED
@@ -1,73 +1,73 @@
|
|
1 |
-
---
|
2 |
-
language:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
<div align="center">
|
13 |
-
<img src="docs/AvatarArtist.ico" width="250px">
|
14 |
-
</div>
|
15 |
-
|
16 |
-
<h2 align="center">
|
17 |
-
<a href="https://arxiv.org/abs/2503.19906">
|
18 |
-
[CVPR 2025] AvatarArtist: Open-Domain 4D Avatarization
|
19 |
-
</a>
|
20 |
-
</h2>
|
21 |
-
|
22 |
-
<p align="center">
|
23 |
-
<img alt="avatarrtist" src="docs/teaser.gif" width="80%">
|
24 |
-
</p>
|
25 |
-
|
26 |
-
[//]: # (<div align="center">)
|
27 |
-
|
28 |
-
[//]: # ( <img src="docs/teaser.gif" width="350px">)
|
29 |
-
|
30 |
-
[//]: # (</div>)
|
31 |
-
|
32 |
-
<h5 align="center"> If you like our project, please give us a star ⭐ on GitHub for the latest update. </h5>
|
33 |
-
|
34 |
-
<h5 align="center">
|
35 |
-
<a href='https://kumapowerliu.github.io/AvatarArtist'>
|
36 |
-
<img src='https://img.shields.io/badge/Project-Page-green'>
|
37 |
-
</a>
|
38 |
-
<a href='https://arxiv.org/abs/2503.19906'>
|
39 |
-
<img src='https://img.shields.io/badge/Technique-Report-red'>
|
40 |
-
</a>
|
41 |
-
<a href='https://huggingface.co/KUMAPOWER/AvatarArtist'>
|
42 |
-
<img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue'>
|
43 |
-
</a>
|
44 |
-
<a href="https://github.com/ant-research/AvatarArtist">
|
45 |
-
<img src="https://img.shields.io/github/stars/ant-research/AvatarArtist?style=social" alt="GitHub stars">
|
46 |
-
</a>
|
47 |
-
</h5>
|
48 |
-
|
49 |
-
<div align="center">
|
50 |
-
This repository contains the official implementation of AvatarArtist, a method for generating 4D avatars from a single image.
|
51 |
-
</div>
|
52 |
-
|
53 |
-
<br>
|
54 |
-
|
55 |
-
<details open>
|
56 |
-
<summary>💡 We also have other avatar projects that may interest you ✨.</summary>
|
57 |
-
<p>
|
58 |
-
|
59 |
-
> **[HeadArtist: Text-conditioned 3D Head Generation with Self Score Distillation, SIGGRAPH 2024](https://arxiv.org/abs/2312.07539)**
|
60 |
-
> Hongyu Liu, Xuan Wang, Ziyu Wan, etc.
|
61 |
-
> <span>
|
62 |
-
> <a href='https://github.com/ant-research/HeadArtist'><img src='https://img.shields.io/badge/-Github-black?logo=github'></a>
|
63 |
-
> <a href='https://kumapowerliu.github.io/HeadArtist'><img src='https://img.shields.io/badge/Project-Page-green'></a>
|
64 |
-
> <a href='https://arxiv.org/abs/2312.07539'><img src='https://img.shields.io/badge/Arxiv-2312.07539-b31b1b.svg?logo=arXiv'></a>
|
65 |
-
> </span>
|
66 |
-
|
67 |
-
> **[Follow-Your-Emoji: Fine-Controllable and Expressive Freestyle Portrait Animation, SIGGRAPH Asia 2024](https://arxiv.org/abs/2406.01900)**
|
68 |
-
> Yue Ma, Hongyu Liu, Hongfa Wang, etc.
|
69 |
-
> <span><a href='https://github.com/mayuelala/FollowYourEmoji'><img src='https://img.shields.io/badge/-Github-black?logo=github'></a>
|
70 |
-
> <a href='https://follow-your-emoji.github.io/'><img src='https://img.shields.io/badge/Project-Page-green'></a>
|
71 |
-
> <a href='https://arxiv.org/abs/2406.01900'><img src='https://img.shields.io/badge/Arxiv-2406.01900-b31b1b.svg?logo=arXiv'></a></span>
|
72 |
-
|
73 |
</details>
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- zh
|
5 |
+
license: apache-2.0
|
6 |
+
tags:
|
7 |
+
- avatar-generation
|
8 |
+
- diffusion
|
9 |
+
pipeline_tag: image-to-video
|
10 |
+
---
|
11 |
+
|
12 |
+
<div align="center">
|
13 |
+
<img src="docs/AvatarArtist.ico" width="250px">
|
14 |
+
</div>
|
15 |
+
|
16 |
+
<h2 align="center">
|
17 |
+
<a href="https://arxiv.org/abs/2503.19906">
|
18 |
+
[CVPR 2025] AvatarArtist: Open-Domain 4D Avatarization
|
19 |
+
</a>
|
20 |
+
</h2>
|
21 |
+
|
22 |
+
<p align="center">
|
23 |
+
<img alt="avatarrtist" src="docs/teaser.gif" width="80%">
|
24 |
+
</p>
|
25 |
+
|
26 |
+
[//]: # (<div align="center">)
|
27 |
+
|
28 |
+
[//]: # ( <img src="docs/teaser.gif" width="350px">)
|
29 |
+
|
30 |
+
[//]: # (</div>)
|
31 |
+
|
32 |
+
<h5 align="center"> If you like our project, please give us a star ⭐ on GitHub for the latest update. </h5>
|
33 |
+
|
34 |
+
<h5 align="center">
|
35 |
+
<a href='https://kumapowerliu.github.io/AvatarArtist'>
|
36 |
+
<img src='https://img.shields.io/badge/Project-Page-green'>
|
37 |
+
</a>
|
38 |
+
<a href='https://arxiv.org/abs/2503.19906'>
|
39 |
+
<img src='https://img.shields.io/badge/Technique-Report-red'>
|
40 |
+
</a>
|
41 |
+
<a href='https://huggingface.co/KUMAPOWER/AvatarArtist'>
|
42 |
+
<img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue'>
|
43 |
+
</a>
|
44 |
+
<a href="https://github.com/ant-research/AvatarArtist">
|
45 |
+
<img src="https://img.shields.io/github/stars/ant-research/AvatarArtist?style=social" alt="GitHub stars">
|
46 |
+
</a>
|
47 |
+
</h5>
|
48 |
+
|
49 |
+
<div align="center">
|
50 |
+
This repository contains the official implementation of AvatarArtist, a method for generating 4D avatars from a single image.
|
51 |
+
</div>
|
52 |
+
|
53 |
+
<br>
|
54 |
+
|
55 |
+
<details open>
|
56 |
+
<summary>💡 We also have other avatar projects that may interest you ✨.</summary>
|
57 |
+
<p>
|
58 |
+
|
59 |
+
> **[HeadArtist: Text-conditioned 3D Head Generation with Self Score Distillation, SIGGRAPH 2024](https://arxiv.org/abs/2312.07539)**
|
60 |
+
> Hongyu Liu, Xuan Wang, Ziyu Wan, etc.
|
61 |
+
> <span>
|
62 |
+
> <a href='https://github.com/ant-research/HeadArtist'><img src='https://img.shields.io/badge/-Github-black?logo=github'></a>
|
63 |
+
> <a href='https://kumapowerliu.github.io/HeadArtist'><img src='https://img.shields.io/badge/Project-Page-green'></a>
|
64 |
+
> <a href='https://arxiv.org/abs/2312.07539'><img src='https://img.shields.io/badge/Arxiv-2312.07539-b31b1b.svg?logo=arXiv'></a>
|
65 |
+
> </span>
|
66 |
+
|
67 |
+
> **[Follow-Your-Emoji: Fine-Controllable and Expressive Freestyle Portrait Animation, SIGGRAPH Asia 2024](https://arxiv.org/abs/2406.01900)**
|
68 |
+
> Yue Ma, Hongyu Liu, Hongfa Wang, etc.
|
69 |
+
> <span><a href='https://github.com/mayuelala/FollowYourEmoji'><img src='https://img.shields.io/badge/-Github-black?logo=github'></a>
|
70 |
+
> <a href='https://follow-your-emoji.github.io/'><img src='https://img.shields.io/badge/Project-Page-green'></a>
|
71 |
+
> <a href='https://arxiv.org/abs/2406.01900'><img src='https://img.shields.io/badge/Arxiv-2406.01900-b31b1b.svg?logo=arXiv'></a></span>
|
72 |
+
|
73 |
</details>
|