lucidrains / DALLE-pytorch

Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch
MIT License
5.59k stars 643 forks source link

A link to dalle.pt that works for generate.py #373

Open IssamLaradji opened 3 years ago

IssamLaradji commented 3 years ago

Great code! is there a link to an example dalle.pt that works directly for generate.py? Thanks

DenisVorotyntsev commented 3 years ago

+1

There are several models in https://github.com/robvanvolt/DALLE-models Some examples of how to fine-tune and use them would be much appreciated.