nielsr HF Staff commited on
Commit
6b9f515
·
verified ·
1 Parent(s): fe11847

Add model card

Browse files

This 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.

Files changed (1) hide show
  1. README.md +9 -0
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