Spaces:
Running
on
Zero
Running
on
Zero
adaface-neurips
commited on
Commit
•
519fd8f
1
Parent(s):
7c70243
Update README
Browse files
app.py
CHANGED
@@ -237,11 +237,15 @@ with gr.Blocks(css=css, theme=gr.themes.Origin()) as demo:
|
|
237 |
"""
|
238 |
<b>Official demo</b> for our working paper <b>AdaFace: A Versatile Face Encoder for Zero-Shot Diffusion Model Personalization</b>.<br>
|
239 |
|
|
|
|
|
|
|
|
|
240 |
❗️**Tips**❗️
|
241 |
- You can upload one or more subject images for generating ID-specific video.
|
242 |
-
- If the face dominates the video frames, try
|
243 |
-
- If the face loses
|
244 |
-
- If the motion is weird, e.g., running, try increasing the number of sampling steps.
|
245 |
- Usage explanations and demos: [Readme](https://huggingface.co/spaces/adaface-neurips/adaface-animate/blob/main/README2.md).
|
246 |
- AdaFace Text-to-Image: <a href="https://huggingface.co/spaces/adaface-neurips/adaface" style="display: inline-flex; align-items: center;">
|
247 |
AdaFace
|
|
|
237 |
"""
|
238 |
<b>Official demo</b> for our working paper <b>AdaFace: A Versatile Face Encoder for Zero-Shot Diffusion Model Personalization</b>.<br>
|
239 |
|
240 |
+
❗️**What's New**❗️
|
241 |
+
- Support switching between two model styles: **Realistic** and **Anime**.
|
242 |
+
- If you just changed the model style, the first image/video generation will take extra 20~30 seconds for loading new model weight.
|
243 |
+
|
244 |
❗️**Tips**❗️
|
245 |
- You can upload one or more subject images for generating ID-specific video.
|
246 |
+
- If the face dominates the video frames, try decreasing the guidance scale.
|
247 |
+
- If the face loses focus, try increasing the guidance scale.
|
248 |
+
- If the motion is weird, e.g., the prompt is "... running", try increasing the number of sampling steps.
|
249 |
- Usage explanations and demos: [Readme](https://huggingface.co/spaces/adaface-neurips/adaface-animate/blob/main/README2.md).
|
250 |
- AdaFace Text-to-Image: <a href="https://huggingface.co/spaces/adaface-neurips/adaface" style="display: inline-flex; align-items: center;">
|
251 |
AdaFace
|