LivePortrait/assets/docs/changelog/2024-07-19.md
Jianzhu Guo 24dcfafdc7
feat: v2v and gradio upgrade (#172)
* feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

feat: v2v

* chore: format and package

* chore: refactor codebase

* feat: v2v

* feat: v2v

* feat: v2v

* feat: v2v

* feat: v2v

* feat: v2v

* feat: gradio tab auto select

* chore: log auto crop

* doc: update changelog

* doc: update changelog

---------

Co-authored-by: zhangdingyun <zhangdingyun@kuaishou.com>
2024-07-19 23:39:05 +08:00

2.2 KiB

2024/07/19

Once again, we would like to express our heartfelt gratitude for your love, attention, and support for LivePortrait! 🎉 We are excited to announce the release of an implementation of Portrait Video Editing (aka v2v) today! Special thanks to the hard work of the LivePortrait team: Dingyun Zhang, Zhizhou Zhong, and Jianzhu Guo.

Updates

  • Portrait video editing (v2v): Implemented a version of Portrait Video Editing (aka v2v). Ensure you have pykalman package installed, which has been added in requirements_base.txt. You can specify the source video using the -s or --source option, adjust the temporal smoothness of motion with --driving_smooth_observation_variance, enable head pose motion transfer with flag_video_editing_head_rotation, and ensure the eye-open scalar of each source frame matches the first source frame before animation with--flag_source_video_eye_retargeting.

  • More options in Gradio: We have upgraded the Gradio interface and added more options. These include Cropping Options for Source Image or Video and Cropping Options for Driving Video, providing greater flexibility and control.

Community Contributions