diff options
| -rwxr-xr-x | wallpaper.py | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/wallpaper.py b/wallpaper.py index 959f942..c60b8c5 100755 --- a/wallpaper.py +++ b/wallpaper.py @@ -371,8 +371,11 @@ def parse_args() -> argparse.Namespace: "moss", "rocks", "abstract concrete sculptures", - "precise water channel", - "possible distant structures", + "precise water channels", + "futuristic megastructure of strange shape", + "a choice of perspective: perhaps internal, arial, distant or in-situ", + "distinct scales of objects, some very large for contrast", + "distant structures", ], help="Taste keywords for the LLM art-director prompt.", ) @@ -419,6 +422,7 @@ def parse_args() -> argparse.Namespace: default=( "You are a wallpaper art director. " "Given the user's taste and the context, write one detailed text-to-image prompt for a diffusion model. " + "You are repeatedly called upon to do this, and must introduce variation into your output. " "Not all of the user's taste should be present, it's a suggestion and you should choose only a subset and improvise on the themes. " "Times after sunset and before sunrise should generate dark images for night time. " "Times during the day should track the brightness of the hour. " |
