SDbiaseval/faces
Viewer • Updated • 88.7k • 164 • 2
This model is a Deep Convolutional Generative Adversarial Network (DCGAN) trained to generate high-quality 128x128 images of human faces. It was trained for 250 epochs on a curated dataset of feline images, pushing the boundaries of traditional GAN architectures at this resolution.
Here's a sample after epoch 200:

The full training code can be found as train.py in this repo.
The training data we used was from HF: stable-bias/faces
This model is intended for artistic and research purposes. It demonstrates how GANs can capture complex faces and even eye reflections at medium resolutions.
To use this model, clone this repository and run the provided inference script. Ensure you have matplotlib, torch and torchvision installed.
python3 inference.py