Add model card for InstantID-FaceID-6M
Browse filesThis PR adds a model card for the `InstantID-FaceID-6M` model, linking it to the paper [FaceID-6M: A Large-Scale, Open-Source FaceID Customization Dataset](https://huggingface.co/papers/2503.07091) and providing a link to the associated code. This will improve discoverability and provide users with essential information about the model.
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
|