dalle-mini / README.md
Boris Dayma
doc: correct model name
f1801ff
|
raw
history blame
No virus
607 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.