lucidrains / imagen-pytorch

Implementation of Imagen, Google's Text-to-Image Neural Network, in Pytorch
MIT License
8.07k stars 766 forks source link

HOW CAN I TRY THIS #108

Closed nightmareT closed 2 years ago

nightmareT commented 2 years ago

Im not a PRO on pytorch, in fact, i know nothing about it, i read imagen on a science blog and i think its very interesting. so l wanna ask where i can try it with my own text, or i can only try it unless make up a whole environment by myself

lucidrains commented 2 years ago

@nightmareT there is preliminary work here that you can try https://github.com/LAION-AI/dalle2-laion

nightmareT commented 2 years ago

thanks!

srelbo commented 2 years ago

@nightmareT If you just want to see images generated by the models you can Tweet us at our twitter account and generate images from text. I don't think anyone has trained an Imagen model with @lucidrains code completely yet, but many are trying (AFAIK)..

This is where we are so far with Imagen -- https://wandb.ai/elbo-ai/imagen?workspace=user-elbo , nothing much but getting there...

kyle-cx91 commented 2 years ago

@nightmareT If you just want to see images generated by the models you can Tweet us at our twitter account and generate images from text. I don't think anyone has trained an Imagen model with @lucidrains code completely yet, but many are trying (AFAIK)..

This is where we are so far with Imagen -- https://wandb.ai/elbo-ai/imagen?workspace=user-elbo , nothing much but getting there...

@srelbo as I know, imagen-pytorch is a impl of Imagen, I'm curious why u said "I don't think anyone has trained an Imagen model with @lucidrains code completely yet". u mean it's not completely the same as imagen or there is some problem hard to solve to do the training and sampling ?