File size: 1,534 Bytes
12f798d aed2e14 f7f9678 c9fefb1 f7f9678 aed2e14 f7f9678 12f798d aed2e14 12f798d 3894f3b 12f798d 3894f3b 12f798d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
---
license: mit
extra_gated_prompt: >-
You agree to not use the model to conduct experiments that cause harm to human
subjects.
extra_gated_fields:
Name: text
Institution: text
Email of your institution: text
Country: country
Specific date: date_picker
I want to use this model for:
type: select
options:
- Research
- Education
- label: Other
value: other
I agree to use this model for non-commercial use ONLY: checkbox
---
# 🌅 DAWN: Dynamic Frame Avatar with Non-autoregressive Diffusion Framework for Talking Head Video Generation
[](https://arxiv.org/abs/2410.13726)
[](https://hanbo-cheng.github.io/DAWN/)
[](https://zhuanlan.zhihu.com/p/2253009511)
[](https://github.com/Hanbo-Cheng/DAWN-pytorch)
`./hubert_ckpt`: you need to download [hubert-large-ls960-ft](https://huggingface.co/facebook/hubert-large-ls960-ft/tree/main)
`./pbnet`: checkpoint for the Pose-Blink generation network
`DAWN_128.pth`: checkpoint for the A2V-FDM with 128 * 128 resolution
`DAWN_256.pth`: checkpoint for the A2V-FDM with 256 * 256 resolution
`LFG_128_1000ep.pth`: checkpoint for the LFG with 128 * 128 resolution
`LFG_256_400ep.pth`: checkpoint for the LFG with 256 * 256 resolution |