diff --git a/README.md b/README.md index 7e9b678..f2e684e 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,6 @@ $ python image_from_text.py --text='artificial intelligence' --seed=7 ![Artificial Intelligence](https://github.com/kuprel/min-dalle/raw/main/examples/artificial_intelligence.png) ```bash -$ python image_from_text.py --text='court sketch of godzilla on trial' --mega +$ python image_from_text.py --text='court sketch of godzilla on trial' --mega --seed=6 --grid-size=3 ``` -![Godzilla Trial](https://github.com/kuprel/min-dalle/raw/main/examples/godzilla_on_trial.png) \ No newline at end of file +![Godzilla Trial](https://github.com/kuprel/min-dalle/raw/main/examples/godzilla_trial.png) \ No newline at end of file diff --git a/examples/godzilla_on_trial.png b/examples/godzilla_on_trial.png deleted file mode 100644 index 74b234c..0000000 Binary files a/examples/godzilla_on_trial.png and /dev/null differ diff --git a/examples/godzilla_trial.png b/examples/godzilla_trial.png new file mode 100644 index 0000000..747700c Binary files /dev/null and b/examples/godzilla_trial.png differ