Go to file
Brett Kuprel 194ae7dfa1 examples
2022-06-27 13:38:35 -04:00
min_dalle back to linear attention 2022-06-27 13:19:03 -04:00
.gitignore first commit 2022-06-27 11:57:56 -04:00
image_from_text_flax.py fixed relative imports 2022-06-27 12:43:47 -04:00
image_from_text_torch.py fixed relative imports 2022-06-27 12:43:47 -04:00
README.md examples 2022-06-27 13:38:35 -04:00
requirements.txt first commit 2022-06-27 11:57:56 -04:00
setup.sh first commit 2022-06-27 11:57:56 -04:00

min-dalle

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