ArcaneGAN by Alex Spirin
The release is live
This is a proof of concept release. The model is in beta (which means it's beta than nothin')
Here are some image pairs. I've specifically picked various images to see how the model performs in the wild, not on aligned and cropped faces.
It does something, but not much at the moment.
The model is a pytroch *.jit of a fastai v1 flavored u-net trained on a paired dataset, generated via a blended stylegan2. You can see the blending colab I've used here.
Inference notebook is here