dalle-mini / README.md
Boris Dayma
Update README.md
692a5d4
|
raw
history blame
602 Bytes
metadata
language:
  - en

DALL路E - 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.