openai / DALL-E

PyTorch package for the discrete VAE used for DALL·E.
Other
10.76k stars 1.94k forks source link

Where's the image generation code #36

Open iBobbyTS opened 3 years ago

iBobbyTS commented 3 years ago

This page from Open-AI official website lead me here, it says that "DALL·E is a 12-billion parameter version of GPT-3 trained to generate images from text descriptions", but in this repo called DALL-E, it says "The transformer used to generate the images from the text is not part of this code release."

Where should I go if I want to do real image generation? Is Open-AI going to release your pre-trained model?

erinbeesley commented 3 years ago

this is just the VAE - it can encode and decode images.. there is no text transformer part included in this. for text-to-image avaliable at the moment, please check out https://twitter.com/advadnoun's notebooks using CLIP to guide various image generators - it's almost as good as Dall-e - maybe even better artistically :)

corbett3289 commented 3 years ago

Says it isn't included at this time so not an issue. But man do I want it.