From 32b7aa196b0ea19a267d71a84adb129e783b7521 Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Mon, 27 Jun 2022 13:51:48 -0400 Subject: [PATCH] readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7a0c8e..5ff428b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ -# min-dalle +# min DALL·E +This is a minimal implementation of [DALL·E Mini](https://github.com/borisdayma/dalle-mini) in both Flax and PyTorch + +## Setup + +Run `sh setup.sh` to install dependencies and download pretrained models. The only required dependencies are Flax and Torch. In the ash script, GitHub LFS is used to download VQGan detokenizer and the Weight and Biases python package is used to download the DALL·E Mini and DALL·E Mega transformer models. You can also download those files manually by visting the links in the bash script. + +## Run + +Here are some examples ``` python3 image_from_text_flax.py \