openai/image-gpt
OpenAI's image GPT (iGPT) applies GPT-2 transformer architecture to generate and model images.

Not currently ranked — collecting fresh signals.
star history
This repository contains code and pre-trained model checkpoints for image GPT (iGPT), a generative model from the paper ‘Generative Pretraining from Pixels’. The model adapts GPT-2 architecture for image generation by working on pixel sequences encoded with a 9-bit color palette. It supports three model sizes (S, M, L) trained up to 1M iterations, and includes utilities to download pre-trained checkpoints and evaluation datasets including ImageNet and CIFAR-10.
Frequently asked
- What is openai/image-gpt?
- OpenAI's image GPT (iGPT) applies GPT-2 transformer architecture to generate and model images.
- Is image-gpt open source?
- Yes — openai/image-gpt is an open-source project tracked on heatdrop.
- What language is image-gpt written in?
- openai/image-gpt is primarily written in Python.
- How popular is image-gpt?
- openai/image-gpt has 2.1k stars on GitHub.
- Where can I find image-gpt?
- openai/image-gpt is on GitHub at https://github.com/openai/image-gpt.