ToTheBeginning / PuLID

[NeurIPS 2024] Official code for PuLID: Pure and Lightning ID Customization via Contrastive Alignment
Apache License 2.0
2.69k stars 189 forks source link

What is uncond_id_embedding used for? #156

Open kimx3966 opened 2 weeks ago

kimx3966 commented 2 weeks ago

What is uncond_id_embedding used for? It doesn’t seem to be mentioned in your paper. Could you explain it?

In pulid/pipeline.py file, uncond_id_embedding = self.id_adapter(id_uncond, id_vit_hidden_uncond)