jhj0517 commited on
Commit
c387a24
1 Parent(s): 669ddd1

Update README

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -52,7 +52,10 @@ docker compose -f docker/docker-compose.yaml up
52
 
53
  Update the [`docker-compose.yaml`](https://github.com/jhj0517/AdvancedLivePortrait-WebUI/blob/master/docker/docker-compose.yaml) to match your environment if you're not using an Nvidia GPU.
54
 
55
- ## ❤️ Citation and Thanks
 
 
 
56
  1. LivePortrait paper comes from
57
  ```bibtex
58
  @article{guo2024liveportrait,
@@ -65,8 +68,6 @@ Update the [`docker-compose.yaml`](https://github.com/jhj0517/AdvancedLivePortra
65
  2. The models are safetensors that have been converted by kijai. : https://github.com/kijai/ComfyUI-LivePortraitKJ
66
  3. [ultralytics](https://github.com/ultralytics/ultralytics) is used to detect the face.
67
  4. This WebUI is started from [ComfyUI-AdvancedLivePortrait](https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait), various facial expressions like AAA, EEE, Eyebrow, Wink are found by PowerHouseMan.
68
-
69
- ### 🌐 Translation
70
- Any PRs for language translation for [`translation.yaml`](https://github.com/jhj0517/AdvancedLivePortrait-WebUI/blob/master/i18n/translation.yaml) would be greatly appreciated!
71
 
72
 
 
52
 
53
  Update the [`docker-compose.yaml`](https://github.com/jhj0517/AdvancedLivePortrait-WebUI/blob/master/docker/docker-compose.yaml) to match your environment if you're not using an Nvidia GPU.
54
 
55
+ ### 🌐 Translation
56
+ Any PRs for language translation for [`translation.yaml`](https://github.com/jhj0517/AdvancedLivePortrait-WebUI/blob/master/i18n/translation.yaml) would be greatly appreciated!
57
+
58
+ ## ❤️ Acknowledgement
59
  1. LivePortrait paper comes from
60
  ```bibtex
61
  @article{guo2024liveportrait,
 
68
  2. The models are safetensors that have been converted by kijai. : https://github.com/kijai/ComfyUI-LivePortraitKJ
69
  3. [ultralytics](https://github.com/ultralytics/ultralytics) is used to detect the face.
70
  4. This WebUI is started from [ComfyUI-AdvancedLivePortrait](https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait), various facial expressions like AAA, EEE, Eyebrow, Wink are found by PowerHouseMan.
71
+ 5. [RealESRGAN](https://github.com/xinntao/Real-ESRGAN) is used for image restoration.
 
 
72
 
73