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

why converting the align_face to grey scale? #138

Closed 18445864529 closed 3 weeks ago

18445864529 commented 3 weeks ago

and will it be problematic if you still use the RGB scale mean and std for normalizing the grey-scale image? which results in kinda high contrast dark blue faces before passing to eva-clip.

Thanks in advance for any discussions.

ToTheBeginning commented 3 weeks ago

We explained your first question at https://github.com/ToTheBeginning/PuLID/issues/98. For the second question, I think it is ok.

18445864529 commented 3 weeks ago

thanks.