Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhj0517/sd-webui-advancedliveportrait
sd webui (forge) extension for AdvancedLivePortrait
https://github.com/jhj0517/sd-webui-advancedliveportrait
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
Last synced: 6 days ago
JSON representation
sd webui (forge) extension for AdvancedLivePortrait
- Host: GitHub
- URL: https://github.com/jhj0517/sd-webui-advancedliveportrait
- Owner: jhj0517
- License: apache-2.0
- Created: 2024-11-06T12:51:18.000Z (8 days ago)
- Default Branch: master
- Last Pushed: 2024-11-06T19:07:34.000Z (8 days ago)
- Last Synced: 2024-11-06T19:45:19.905Z (8 days ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# AdvancedLivePortrait-WebUI
Extension for [ComfyUI-AdvancedLivePortrait](https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait) in [sd-webui](https://github.com/AUTOMATIC1111/stable-diffusion-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:
- https://github.com/jhj0517/AdvancedLivePortrait-WebUI# 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
```bibtex
@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](https://github.com/ultralytics/ultralytics) is used to detect the face.
4. This started from [ComfyUI-AdvancedLivePortrait](https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait), various facial expressions like AAA, EEE, Eyebrow, Wink are found by PowerHouseMan.