diff --git a/assets/docs/changelog/2024-08-05.md b/assets/docs/changelog/2024-08-05.md index a265210..acffb68 100644 --- a/assets/docs/changelog/2024-08-05.md +++ b/assets/docs/changelog/2024-08-05.md @@ -3,16 +3,16 @@ ### Download the installer from HuggingFace ```bash # !pip install -U "huggingface_hub[cli]" -huggingface-cli download cleardusk/LivePortrait-Windows LivePortrait-Windows-v20240805.zip +huggingface-cli download cleardusk/LivePortrait-Windows LivePortrait-Windows-v20240806.zip ``` If you cannot access to Huggingface, you can use [hf-mirror](https://hf-mirror.com/) to download: ```bash # !pip install -U "huggingface_hub[cli]" export HF_ENDPOINT=https://hf-mirror.com -huggingface-cli download cleardusk/LivePortrait-Windows LivePortrait-Windows-v20240805.zip +huggingface-cli download cleardusk/LivePortrait-Windows LivePortrait-Windows-v20240806.zip ``` -Alternatively, you can manually download it from the [HuggingFace](https://huggingface.co/cleardusk/LivePortrait-Windows/blob/main/LivePortrait-Windows-v20240805.zip) page. +Alternatively, you can manually download it from the [HuggingFace](https://huggingface.co/cleardusk/LivePortrait-Windows/blob/main/LivePortrait-Windows-v20240806.zip) page. -Then, simply unzip the package `LivePortrait-Windows-v20240805.zip` and double-click `run_windows_human.bat` for the Humans mode, or `run_windows_animal.bat` for the **Animals mode**. +Then, simply unzip the package `LivePortrait-Windows-v20240806.zip` and double-click `run_windows_human.bat` for the Humans mode, or `run_windows_animal.bat` for the **Animals mode**. diff --git a/assets/docs/changelog/2024-08-06.md b/assets/docs/changelog/2024-08-06.md index c96a11f..1117ad4 100644 --- a/assets/docs/changelog/2024-08-06.md +++ b/assets/docs/changelog/2024-08-06.md @@ -1,7 +1,9 @@ ## Precise Portrait Editing +Inspired by [ComfyUI-AdvancedLivePortrait](https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait) ([@PowerHouseMan](https://github.com/PowerHouseMan)), we have implemented a version of Precise Portrait Editing in the Gradio interface. With each adjustment of the slider, the edited image updates in real-time. You can click the `🔄 Reset` button to reset all slider parameters. However, the performance may not be as fast as the ComfyUI plugin. +
- Portrait Editing in the Gradio Interface
+ Preciese Portrait Editing in the Gradio Interface