-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create faces with stylegan and dalle? #27
Comments
@molo32 yes! it is now possible, but DALLE is not needed. by simply combining CLIP with Stylegan2, we can now summon images from the latent space of a trained generator. I will add it to my stylegan2 repository https://github.com/lucidrains/stylegan2-pytorch in due time :) focused on equivariant attention for alphafold2 at the moment |
@molo32 somebody else already did it :) you can try it at https://twitter.com/advadnoun/status/1353453719510163459?s=20 |
wow this is awesome!!! any idea how to use this for faces? |
@powderblock it'll work with any generator! the latent space has suddenly become infinitely more traversable, by way of another neural network as the guide :) |
Is this done simply by generating a batch of images with a generator, ranking them with clip and trying again randomly until the dot product is high enough ? |
@rom1504 both! |
Using a multi modal encoder trained for similarity and a generator in that way seems like a really powerful idea. |
@rom1504 if you follow Mario @ quasimodo on twitter, he was able to coax out text from CLIP. i think the surer thing to do is to rank text generation from existing caption to text transformers, as an alternative to beam search |
@rom1504 yes, multimodal is here, attention was all we need |
Is that https://twitter.com/Quasimodo ? Seems to be unavailable |
oops, @ quasimondo |
amazing job, I was wondering if anyone has a colab notebook to create faces from text with or without stylegan2 by ex.
The text was updated successfully, but these errors were encountered: