adaface-neurips commited on
Commit
519fd8f
1 Parent(s): 7c70243

Update README

Browse files
Files changed (1) hide show
  1. app.py +7 -3
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 increasing the Weight of ID prompt in the negative prompt, at the cost of slight drop of ID authenticity.
243
- - If the face loses focu, try increasing the guidance scale. At the same time, increase the Weight of ID prompt in the negative prompt proportionally.
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