jhj0517 / sd-webui-AdvancedLivePortrait

sd webui (forge) extension for AdvancedLivePortrait
Apache License 2.0
8 stars 0 forks source link
advancedliveportrait ai deeplearning facial-recognition forge gradio liveportrait open-source python sd-webui stable-diffusion-webui stable-diffusion-webui-extension stable-diffusion-webui-plugin torch

AdvancedLivePortrait-WebUI

Extension for ComfyUI-AdvancedLivePortrait in sd-webui (Works with forge as well).
You can edit the facial expression from the image.

https://github.com/user-attachments/assets/37a3fded-6e11-48d8-b072-b54438e4bd39

Dedicated WebUI

If you want to try it in a dedicated webui rather than as an extension:

Installation

  1. Place this extension into your-webui-path/extension
    git clone https://github.com/jhj0517/sd-webui-AdvancedLivePortrait.git

❤️ Citation and Thanks

  1. LivePortrait paper comes from
    @article{guo2024liveportrait,
    title   = {LivePortrait: Efficient Portrait Animation with Stitching and Retargeting Control},
    author  = {Guo, Jianzhu and Zhang, Dingyun and Liu, Xiaoqiang and Zhong, Zhizhou and Zhang, Yuan and Wan, Pengfei and Zhang, Di},
    journal = {arXiv preprint arXiv:2407.03168},
    year    = {2024}
    }
  2. The models are safetensors that have been converted by kijai. : https://github.com/kijai/ComfyUI-LivePortraitKJ
  3. ultralytics is used to detect the face.
  4. This started from ComfyUI-AdvancedLivePortrait, various facial expressions like AAA, EEE, Eyebrow, Wink are found by PowerHouseMan.