|
--- |
|
license: mit |
|
--- |
|
# ControlTalk |
|
Official code for "Controllable Talking Face Generation by Implicit Facial Keypoints Editing" |
|
[](https://github.com/NetEase-Media/ControlTalk) |
|
[](https://github.com/NetEase-Media/ControlTalk) |
|
[](https://arxiv.org/pdf/2406.02880) |
|
|
|
|
|
## Code |
|
|
|
https://github.com/NetEase-Media/ControlTalk |
|
|
|
## Inference |
|
|
|
```bash |
|
python inference.py \ |
|
--source_video $source_video \ |
|
--source_img_path $source_image \ |
|
--audio $audio \ |
|
--save_as_video \ |
|
--box -1 0 0 0 \ |
|
# --img_mode # if you only want to control the face expression |
|
``` |
|
|