dalle-mini / README.md
Boris Dayma
Update README.md
2564638
|
raw
history blame
No virus
606 Bytes
metadata
language:
  - en

DALL-E Mini - Generate images from text

Model generating images from a text prompt.

Outputs need to be decoded with flax-community/vqgan_f16_16384.

Model definition is currently in the Github repo as CustomFlaxBartForConditionalGeneration.

For more details on the model, refer to the report.

For testing the model, refer to the demo.