Spaces:
Runtime error
Runtime error
Commit
·
1fe897a
1
Parent(s):
9bcd020
Update tips
Browse files
app.py
CHANGED
|
@@ -289,14 +289,13 @@ description = r"""
|
|
| 289 |
|
| 290 |
❗️**Tips**❗️
|
| 291 |
1. Upload one or more images of a person. If multiple faces are detected, we use the largest one.
|
| 292 |
-
2.
|
|
|
|
| 293 |
4. AdaFace Text-to-Video: <a href="https://huggingface.co/spaces/adaface-neurips/adaface-animate" style="display: inline-flex; align-items: center;">
|
| 294 |
AdaFace-Animate
|
| 295 |
<img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-yellow" alt="Hugging Face Spaces" style="margin-left: 5px;">
|
| 296 |
</a>
|
| 297 |
|
| 298 |
-
**TODO:**
|
| 299 |
-
- ControlNet integration.
|
| 300 |
"""
|
| 301 |
|
| 302 |
css = '''
|
|
|
|
| 289 |
|
| 290 |
❗️**Tips**❗️
|
| 291 |
1. Upload one or more images of a person. If multiple faces are detected, we use the largest one.
|
| 292 |
+
2. "Highlight face" will make the face more prominent in the generated image.
|
| 293 |
+
3. There are 3 "Composition Levels". Increasing the level will improve the composition at the cost of the face quality. Some difficult prompts like "In a wheelchair" and "on a horse" need at least level 1.
|
| 294 |
4. AdaFace Text-to-Video: <a href="https://huggingface.co/spaces/adaface-neurips/adaface-animate" style="display: inline-flex; align-items: center;">
|
| 295 |
AdaFace-Animate
|
| 296 |
<img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-yellow" alt="Hugging Face Spaces" style="margin-left: 5px;">
|
| 297 |
</a>
|
| 298 |
|
|
|
|
|
|
|
| 299 |
"""
|
| 300 |
|
| 301 |
css = '''
|