Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

ConsistentID : Portrait Generation with Multimodal Fine-Grained Identity Preserving Paper page

[πŸ“„Paper]   [🚩Project Page]   [πŸ–ΌGradio Demo]

[πŸ€—Faster Demo]  

🌠 Key Features:

  1. Portrait generation with extremely high ID fidelity, without sacrificing diversity, text controllability.
  2. Introducing FaceParsing and FaceID information into the Diffusion model.
  3. Rapid customization within seconds, with no additional LoRA training.
  4. Can serve as an Adapter to collaborate with other Base Models alongside LoRA modules in community.

πŸ”₯ Examples

🚩 To-Do List

Your star will help facilitate the process.

  • Release ConsistentID training, evaluation code, and demo!
  • Release the SDXL model trained with more data, with enhanced resolution and generalizability.
  • Release the multi-ID input version to guide the improvement of ID diversity.

🏷️ Abstract

This is a work in the field of AIGC that introduces FaceParsing information and FaceID information into the Diffusion model. Previous work mainly focused on overall ID preservation, even though fine-grained ID preservation models such as InstantID have recently been proposed, the injection of facial ID features will be fixed. In order to achieve more flexible consistency maintenance of fine-grained IDs for facial features, a batch of 50000 multimodal fine-grained ID datasets was reconstructed for training the proposed FacialEncoder model, which can support common functions such as personalized photos, gender/age changes, and identity confusion.

At the same time, we have defined a unified measurement benchmark FGIS for Fine-Grained Identity Preservice, covering several common facial personalized character scenes and characters, and constructed a fine-grained ID preservation model baseline.

Finally, a large number of experiments were conducted in this article, and ConsistentID achieved the effect of SOTA in facial personalization task processing. It was verified that ConsistentID can improve ID consistency and even modify facial features by selecting finer-grained prompts, which opens up a direction for future research on Fine-Grained facial personalization.

πŸ”§ Requirements

conda create --name ConsistentID python=3.8.10
conda activate ConsistentID
pip install -U pip

# Install requirements
pip install -r requirements.txt

πŸ“¦οΈ Data Preparation

Prepare Data in the following format

β”œβ”€β”€ data
|   β”œβ”€β”€ JSON_all.json 
|   β”œβ”€β”€ resize_IMG # Imgaes 
|   β”œβ”€β”€ all_faceID  # FaceID
|   └── parsing_mask_IMG # Parsing Mask 

The .json file should be like

[
    {
        "IMG": "Path of image...",
        "parsing_mask_IMG": "...",
        "vqa_llva": "...",
        "id_embed_file_resize": "...",
        "vqa_llva_facial": "..."
    },
    ...
]

πŸš€ Train

Ensure that the workspace is the root directory of the project.

bash train_bash.sh

πŸ§ͺ Infer

Ensure that the workspace is the root directory of the project.

python infer.py

⏬ Model weights

We are hosting the model weights on huggingface to achieve a faster and more stable demo experience, so stay tuned ~

The pre-trained model parameters of the model can now be downloaded on Google Drive or Baidu Netdisk.

Acknowledgement

Disclaimer

This project strives to impact the domain of AI-driven image generation positively. Users are granted the freedom to create images using this tool, but they are expected to comply with local laws and utilize it responsibly. The developers do not assume any responsibility for potential misuse by users.

Citation

If you found this code helpful, please consider citing:

@article{huang2024consistentid,
  title={ConsistentID: Portrait Generation with Multimodal Fine-Grained Identity Preserving},
  author={Huang, Jiehui and Dong, Xiao and Song, Wenhui and Li, Hanhui and Zhou, Jun and Cheng, Yuhao and Liao, Shutao and Chen, Long and Yan, Yiqiang and Liao, Shengcai and others},
  journal={arXiv preprint arXiv:2404.16771},
  year={2024}
}
Downloads last month
214
Unable to determine this model's library. Check the docs .

Space using JackAILab/ConsistentID 1