From fb77728ea8cc6b66fc8d17fc98d10f4117aa86a4 Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Fri, 1 Jul 2022 19:03:18 -0400 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5969792..8ec7e1c 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,16 @@ It currently takes **7.4 seconds** to generate an image with DALLĀ·E Mega with P The flax model, and the code for coverting it to torch, have been moved [here](https://github.com/kuprel/min-dalle-flax). -### Install +## Install ```bash $ pip install min-dalle ``` -### Usage +## Usage -#### Command Line +### Command Line Use the python script `image_from_text.py` to generate images from the command line. @@ -32,7 +32,7 @@ $ python image_from_text.py --text='court sketch of godzilla on trial' --mega ``` ![Godzilla Trial](examples/godzilla_on_trial.png) -#### Python +### Python To load a model once and generate multiple times, first initialize `MinDalleTorch`