dalle-mini / README.md
Boris Dayma
Update README.md
692a5d4
|
raw
history blame
602 Bytes
---
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](https://huggingface.co/flax-community/vqgan_f16_16384).
Model definition is currently in the [Github repo](https://github.com/borisdayma/dalle-mini) as `CustomFlaxBartForConditionalGeneration`.
For more details on the model, refer to [the report](https://wandb.ai/dalle-mini/dalle-mini/reports/DALL-E-mini--Vmlldzo4NjIxODA).
For testing the model, refer to [the demo](https://huggingface.co/spaces/flax-community/dalle-mini).