Add model card
Browse filesThis PR adds a model card for the ControlNet 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). The model card includes the relevant metadata, a link to the code repository, and a brief description of the model.
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
pipeline_tag: image-to-image
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This repository contains the ControlNet model described in the paper [FaceID-6M: A Large-Scale, Open-Source FaceID Customization Dataset](https://huggingface.co/papers/2503.07091). This model is trained on the FaceID-6M dataset and allows for FaceID customization based on a given text prompt.
|
| 8 |
+
|
| 9 |
+
Code: https://github.com/ShuheSH/FaceID-6M
|