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. +

LivePortrait
- Portrait Editing in the Gradio Interface + Preciese Portrait Editing in the Gradio Interface

diff --git a/readme.md b/readme.md index b33f878..6b4ec2a 100644 --- a/readme.md +++ b/readme.md @@ -39,7 +39,7 @@ ## 🔥 Updates - **`2024/08/06`**: 🎨 We support **precise portrait editing** in the Gradio interface, insipred by [ComfyUI-AdvancedLivePortrait](https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait). See [**here**](./assets/docs/changelog/2024-08-06.md). -- **`2024/08/05`**: 📦 Windows users can now download the [one-click installer](https://huggingface.co/cleardusk/LivePortrait-Windows/blob/main/LivePortrait-Windows-v20240805.zip) for Humans mode and **Animals mode** now! For details, see [**here**](./assets/docs/changelog/2024-08-05.md). +- **`2024/08/05`**: 📦 Windows users can now download the [one-click installer](https://huggingface.co/cleardusk/LivePortrait-Windows/blob/main/LivePortrait-Windows-v20240806.zip) for Humans mode and **Animals mode** now! For details, see [**here**](./assets/docs/changelog/2024-08-05.md). - **`2024/08/02`**: 😸 We released a version of the **Animals model**, along with several other updates and improvements. Check out the details [**here**](./assets/docs/changelog/2024-08-02.md)! - **`2024/07/25`**: 📦 Windows users can now download the package from [HuggingFace](https://huggingface.co/cleardusk/LivePortrait-Windows/tree/main) or [BaiduYun](https://pan.baidu.com/s/1FWsWqKe0eNfXrwjEhhCqlw?pwd=86q2). Simply unzip and double-click `run_windows.bat` to enjoy! - **`2024/07/24`**: 🎨 We support pose editing for source portraits in the Gradio interface. We’ve also lowered the default detection threshold to increase recall. [Have fun](assets/docs/changelog/2024-07-24.md)!