From dc0d02a7a71d5d4a219efd99f0d554638cb9dccd Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Fri, 1 Jul 2022 19:02:49 -0400 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 93e183c..5969792 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ $ pip install min-dalle ### Usage + +#### Command Line + Use the python script `image_from_text.py` to generate images from the command line. ```bash @@ -29,6 +32,8 @@ $ python image_from_text.py --text='court sketch of godzilla on trial' --mega ``` ![Godzilla Trial](examples/godzilla_on_trial.png) +#### Python + To load a model once and generate multiple times, first initialize `MinDalleTorch` ```python