|
|
|
|
|
by CodeCube
2238 days ago
|
|
Has anyone ever made some variant of these "* does not exist" sites with some control sliders/options, that controls various aspects of what's generated? So things like: gender, hair color, face shape, etc? Basically, an AI-driven character generator that isn't completely random? |
|
GAN models do not need to be specifically architected to enable control, because you can reverse them to get the latents/seed and manipulate that to 'edit' images: https://www.gwern.net/Faces#reversing-stylegan-to-control-mo... So if someone wanted, they could use Arfa's model to edit images.