From b7c2414c76f76ac1af87ff293c4a17b5b0c35239 Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Wed, 29 Jun 2022 10:47:08 -0400 Subject: [PATCH] readme wording --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e41bd98..fc79377 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ Run `sh setup.sh` to install dependencies and download pretrained models. The ` ### Usage -Use the python script `image_from_text.py` to generate images from the command line. Here are some examples runs: +Use the python script `image_from_text.py` to generate images from the command line. Note: the command line script loads the models and parameters each time. The colab notebook demonstrates how to load a model once and run it multiple times. + +Here are some examples: ``` python3 image_from_text.py --text='artificial intelligence' --torch @@ -31,7 +33,4 @@ python image_from_text.py --text='a comfy chair that looks like an avocado' --to python image_from_text.py --text='court sketch of godzilla on trial' --mega --seed=100 ``` -![Godzilla Trial](examples/godzilla_trial.png) - - -Note: the command line script loads the models and parameters each time. The colab notebook demonstrates how to load the models once and run multiple times. \ No newline at end of file +![Godzilla Trial](examples/godzilla_trial.png) \ No newline at end of file