From 4e62f85ab9bb44da56d9d562868349e429e9535e Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Wed, 29 Jun 2022 10:45:46 -0400 Subject: [PATCH] readme wording --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f4fc99..e41bd98 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Run `sh setup.sh` to install dependencies and download pretrained models. The ` ### Usage -The simplest way to get started is the command line python script `image_from_text.py` provided. Here are some examples runs: +Use the python script `image_from_text.py` to generate images from the command line. Here are some examples runs: ``` python3 image_from_text.py --text='artificial intelligence' --torch @@ -33,6 +33,5 @@ python image_from_text.py --text='court sketch of godzilla on trial' --mega --se ![Godzilla Trial](examples/godzilla_trial.png) -### Load once run multiple times -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 +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