Views
No views yet




id_encoder includes finetuned OpenCLIP-ViT-H-14 and a few fuse layers.lora_weights applies to all attention layers in the UNet, and the rank is set to 64.1from huggingface_hub import hf_hub_download
2photomaker_ckpt = hf_hub_download(repo_id="TencentARC/PhotoMaker", filename="photomaker-v1.bin", repo_type="model")1@inproceedings{li2023photomaker,
2 title={PhotoMaker: Customizing Realistic Human Photos via Stacked ID Embedding},
3 author={Li, Zhen and Cao, Mingdeng and Wang, Xintao and Qi, Zhongang and Cheng, Ming-Ming and Shan, Ying},
4 booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
5 year={2024}
6}