Spaces:
Runtime error
Runtime error
adaface-neurips
commited on
Commit
•
4d30abe
1
Parent(s):
73abf85
add paper name
Browse files
app.py
CHANGED
@@ -231,14 +231,19 @@ with gr.Blocks(css=css) as demo:
|
|
231 |
)
|
232 |
gr.Markdown(
|
233 |
"""
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
|
|
|
|
239 |
AdaFace
|
240 |
<img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-yellow" alt="Hugging Face Spaces" style="margin-left: 5px;">
|
241 |
</a>
|
|
|
|
|
|
|
242 |
"""
|
243 |
)
|
244 |
|
@@ -324,7 +329,7 @@ with gr.Blocks(css=css) as demo:
|
|
324 |
)
|
325 |
adaface_id_cfg_scale = gr.Slider(
|
326 |
label="AdaFace CFG Scale",
|
327 |
-
info="The scale of the AdaFace ID embeddings (influencing fine facial features
|
328 |
minimum=0.5,
|
329 |
maximum=6,
|
330 |
step=0.25,
|
|
|
231 |
)
|
232 |
gr.Markdown(
|
233 |
"""
|
234 |
+
<b>Official demo</b> for our NeurIPS 2024 submission <b>AdaFace: A Versatile Face Encoder for Zero-Shot Diffusion Model Personalization</b>.<br>
|
235 |
+
|
236 |
+
❗️**Tips**❗️
|
237 |
+
- You can upload one or more subject images for generating ID-specific video.
|
238 |
+
- Try different parameter combinations for the best generation quality.
|
239 |
+
- Usage explanations and demos: [Readme](https://huggingface.co/spaces/adaface-neurips/adaface-animate/blob/main/README2.md).
|
240 |
+
- AdaFace Text-to-Image: <a href="https://huggingface.co/spaces/adaface-neurips/adaface" style="display: inline-flex; align-items: center;">
|
241 |
AdaFace
|
242 |
<img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-yellow" alt="Hugging Face Spaces" style="margin-left: 5px;">
|
243 |
</a>
|
244 |
+
|
245 |
+
**TODO:**
|
246 |
+
- ControlNet integration.
|
247 |
"""
|
248 |
)
|
249 |
|
|
|
329 |
)
|
330 |
adaface_id_cfg_scale = gr.Slider(
|
331 |
label="AdaFace CFG Scale",
|
332 |
+
info="The CFG scale of the AdaFace ID embeddings (influencing fine facial features)",
|
333 |
minimum=0.5,
|
334 |
maximum=6,
|
335 |
step=0.25,
|