You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brett Kuprel 18e6a9852f license and cleanup 2 years ago
examples examples 2 years ago
min_dalle license and cleanup 2 years ago
.gitignore examples 2 years ago
LICENSE license and cleanup 2 years ago
README.md license and cleanup 2 years ago
image_from_text_flax.py fixed relative imports 2 years ago
image_from_text_torch.py fixed relative imports 2 years ago
requirements.txt first commit 2 years ago
setup.sh first commit 2 years ago

README.md

min DALL·E

This is a minimal implementation of DALL·E Mini in both Flax and PyTorch

Setup

Run sh setup.sh to install dependencies and download pretrained models. The only required dependencies are flax and torch. In the bash script, GitHub LFS is used to download the VQGan detokenizer and the Weight & Biases python package is used to download the DALL·E Mini and DALL·E Mega transformer models. You can also download those files manually by visting the links in the bash script.

Run

Here are some examples

python3 image_from_text_flax.py \
  --dalle_bart_path='./pretrained/dalle_bart_mega' \
  --vqgan_path='./pretrained/vqgan' \
  --image_path='./generated/avacado_armchair_flax.png' \
  --seed=4 \
  --text='a comfy chair that looks like an avocado'

Avocado Armchair

python3 image_from_text_flax.py \
  --dalle_path='./pretrained/dalle-mega' \
  --seed=100 \
  --image_path='./generated/godzilla_trial.png' \
  --text='court sketch of godzilla on trial'

Godzilla Trial