schardong / ifmorph

Implementation of "Neural Implicit Morphing of Face Images", published on CVPR 2024
https://schardong.github.io/ifmorph/
MIT License
11 stars 1 forks source link

generative morphing example #1

Closed yaseryacoob closed 4 months ago

yaseryacoob commented 5 months ago

I would like to replicate your 3.4.2 section on Blending Generative models, something like Figure 5. I can't seem to see it anywhere in the repo. Can you please point me to where it is and or share a script?

thanks

schardong commented 4 months ago

Hello @yaseryacoob, sorry for the delay in answering.

The generative blendings are actually not in our repo. We use the Diffusion Autoencoders code directly (https://github.com/phizaz/diffae). We used the checkpoints available in their README, namely the FFHQ256 (with latent DPM, can sample).

Sorry for the confusion, we will clarify this in our README.

If you have any further questions, just ask!