diff --git a/assets/docs/LivePortrait-Gradio-2024-07-19.jpg b/assets/docs/LivePortrait-Gradio-2024-07-19.jpg new file mode 100644 index 0000000..44c71ec Binary files /dev/null and b/assets/docs/LivePortrait-Gradio-2024-07-19.jpg differ diff --git a/assets/docs/changelog/2024-07-19.md b/assets/docs/changelog/2024-07-19.md index 9e1491a..c2cae01 100644 --- a/assets/docs/changelog/2024-07-19.md +++ b/assets/docs/changelog/2024-07-19.md @@ -5,14 +5,19 @@ We are excited to announce the release of an implementation of Portrait Video Ed ### 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`](../../../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`. +- 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`](../../../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. +