This is a
StyleGAN3 PyTorch model trained on 50k faces of men scraped from pinterest and its associated bias.
If you want to generate your own images, follow the steps on
StyleGAN3 PyTorch under "Getting started." Run gen_images.py and specify your seed and truncation.
Sample images were generated directly from model with no-postprocessing. Images were generated using a truncation of: '0.7'
Recommend using
CodeFormer to restore faces and upscale to desired resolution (I like upscaling by 2x to 512x512).
Dataset was scraped from pinterest and cropped using dlib. Further symmetry and rotation filtering applied via U2Net and MTCNN.
Training was done locally using StyleGAN3 with an RTX 4090 and cuda 11.8. Training took roughly 100 hours but hyperparameter tuning/restarting was modified (many times) about 3/4 of the way through.
You have two versions to choose from, depending on your preference.
Please don't forget to give credit if you decide to share/distribute this model. Training these take a lot of time and effort :)
Thanks to all the people who offered their feedback on the model. Your feedback matters!