On 1/4/22, k <gmk...@gmail.com> wrote: > Automated Image Generation > > "Everybody" knows that current neural networks can make any > photorealistic image you want. But access to this is not universal.
https://thispersondoesnotexist.com/ https://en.wikipedia.org/wiki/StyleGAN https://github.com/NVlabs/stylegan https://nvlabs.github.io/stylegan3 https://arxiv.org/abs/2106.12423 https://github.com/NVlabs/stylegan3 The AI face generator is powered by StyleGAN, a neural network from Nvidia developed in 2018. GAN consists of 2 competing neural networks, one generates something, and the second tries to find whether results are real or generated by the first. Training ends when the first neural network begins to constantly deceive the second. StyleGAN is a generative adversarial network (GAN) introduced by Nvidia researchers in December 2018.