Add model card for InstantID-FaceID-6M (#1)
Browse files- Add model card for InstantID-FaceID-6M (e3a8e0c0a20c3f1f6119334206f13d9ad13e1a1a)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: text-to-image
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
This repository contains the `InstantID-FaceID-6M` model, a FaceID customization model trained on the FaceID-6M dataset, as described in the paper [FaceID-6M: A Large-Scale, Open-Source FaceID Customization Dataset](https://huggingface.co/papers/2503.07091).
|
| 6 |
+
|
| 7 |
+
This model allows for customized face generation based on textual descriptions.
|
| 8 |
+
|
| 9 |
+
Code: https://github.com/ShuheSH/FaceID-6M
|