Add pipeline tag, paper, project page, and code links
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-to-video
|
| 4 |
---
|
| 5 |
+
|
| 6 |
+
# LeapTalk
|
| 7 |
+
|
| 8 |
+
LeapTalk is a framework for real-time talking-head generation from a reference image and speech audio. It enables single-step inference and supports stable long-form video generation.
|
| 9 |
+
|
| 10 |
+
Paper: [LeapTalk: Breaking the Latency-Quality Trade-off in Talking Head Generation](https://huggingface.co/papers/2608.00079)
|
| 11 |
+
|
| 12 |
+
Project page: https://zhangrongxiang.github.io/leaptalk-page/
|
| 13 |
+
|
| 14 |
+
Code: https://github.com/zhangrongxiang/LeapTalk
|