From 67f3f8e46c5a8b725d88d142b4ee4918f192e9e9 Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Mon, 19 Aug 2024 08:46:39 -0500 Subject: [PATCH] Update the README to include the (now required) prompt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8779659..967d43a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ like [Numpy](https://numpy.org) and [Pillow](https://pypi.org/project/pillow/) f Run the provided [main.py](main.py) ``` -python main.py +python main.py --prompt "luxury food photograph" --steps 2 ``` or make a new separate script like the following