lucidrains / imagen-pytorch

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

How to use this library to convert text to image #222

Open zhouyongqiang228 opened 2 years ago

zhouyongqiang228 commented 2 years ago

How to use this library to convert text to image I'm a game program, but I don't know deep learning, I don't know pytorch, I only know python.

lucalevi commented 2 years ago

@zhouyongqiang228 hey, apparently there is some more work to be done, as there are no pre-trained models yet. You should train your own model and this should take time and resources (computing power)! Waiting for somebody else also to reply to your question.

In short: You cannot just use this library to convert text to images. Yet.