Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: red
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
|
@@ -80,6 +81,4 @@ Any PRs for language translation for [`translation.yaml`](https://github.com/jhj
|
|
| 80 |
2. The models are safetensors that have been converted by kijai. : https://github.com/kijai/ComfyUI-LivePortraitKJ
|
| 81 |
3. [ultralytics](https://github.com/ultralytics/ultralytics) is used to detect the face.
|
| 82 |
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.
|
| 83 |
-
5. [RealESRGAN](https://github.com/xinntao/Real-ESRGAN) is used for image restoration.
|
| 84 |
-
|
| 85 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Generative Live Portrait
|
| 3 |
+
emoji: 💻
|
| 4 |
colorFrom: red
|
| 5 |
+
colorTo: red
|
| 6 |
sdk: gradio
|
| 7 |
+
python_version: '3.10'
|
| 8 |
+
sdk_version: 5.7.1
|
| 9 |
app_file: app.py
|
| 10 |
+
pinned: false
|
| 11 |
license: apache-2.0
|
| 12 |
---
|
| 13 |
|
|
|
|
| 81 |
2. The models are safetensors that have been converted by kijai. : https://github.com/kijai/ComfyUI-LivePortraitKJ
|
| 82 |
3. [ultralytics](https://github.com/ultralytics/ultralytics) is used to detect the face.
|
| 83 |
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.
|
| 84 |
+
5. [RealESRGAN](https://github.com/xinntao/Real-ESRGAN) is used for image restoration.
|
|
|
|
|
|