diff options
| author | tslil <tslil@posteo.de> | 2026-07-21 17:41:33 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-07-21 17:41:37 +0100 |
| commit | 1a2102aade5d928747db73971d2c48deebdf3348 (patch) | |
| tree | 43295c00070f6e73667331f03a14c9595530c514 /wallpaper.py | |
| parent | 8f45a97190eea532a7e1990336bd78f7624ce76b (diff) | |
wallpaper.py: more prompt changes
Diffstat (limited to 'wallpaper.py')
| -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. " |
