Skip to content

Commit afb7100

Browse files
committed
More img gen prompt meddling
1 parent aae9dde commit afb7100

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/scripts/gen-imgs.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def gen_img(root, json_file):
4444
"steps": 20,
4545
"width": 768,
4646
"height": 768,
47-
"negative_prompt": "text, pearls, artist signature, negativeXL_D, border, watermark",
47+
"negative_prompt": "pearls, artist signature, negativeXL_D, border, watermark",
4848
"sd_model_checkpoint": "wildcardxXLTURBO_wildcardxXLTURBOV10.safetensors [276d222ef0]",
4949
"seed": seed
5050
}
@@ -74,7 +74,7 @@ def gen_img(root, json_file):
7474

7575
def get_painting_feature(name, description, homepage):
7676
if description:
77-
description = "It is described as " + description + ". If the package is for Python incorporate snakes, if for Ruby incorporate rubies, if for Rust incorporate rusty metal, etc."
77+
description = "It is described as " + description + ". If the package is for Python (subtly) incorporate snakes, if for Ruby (subtly) incorporate rubies, if for Rust (subtly) incorporate rusty metal, etc."
7878
else:
7979
description = ""
8080

@@ -89,7 +89,8 @@ def get_painting_feature(name, description, homepage):
8989
9090
```
9191
Create an abstract oil painting that features: krampus
92-
Use an expressive explosion of Charcoal Gray, Off-White, Olive Green, Burnt Sienna, and Blush Pink with and hyper-detailed textures. Highlight the artwork with gleaming golden accents that radiate light amidst a brilliance of harmony.
92+
Use an expressive explosion of Charcoal Gray, Off-White, Olive Green, Burnt Sienna, and Blush Pink with and hyper-detailed textures.
93+
Highlight the artwork with gleaming golden accents that radiate light amidst a brilliance of harmony.
9394
Incorporate ethereal elements like clouds, storms, rainbows, snow to symbolize the peaceful blending of these forces.
9495
Ensure a perfect composition with intricate pearl filigree, capturing a serene and radiant ambiance
9596
```
@@ -102,9 +103,10 @@ def get_painting_feature(name, description, homepage):
102103
103104
Avoid clock imagery unless the package is literally called “clock” or its purpose is time related.
104105
105-
End the prompt with `Ensure a perfect composition with intricate pearl filigree, capturing a serene and radiant ambiance` because it causes the image generator to stick to the style I want.
106+
End the prompt with `Ensure a perfect composition with intricate pearl filigree, capturing a serene and
107+
radiant ambiance` because it causes the image generator to stick to the style I want.
106108
107-
Pick complementary color palettes like:
109+
Pick complementary color palettes, here are some examples:
108110
109111
- black, white, orange, beige, and pink
110112
- Charcoal Gray, Off-White, Olive Green, Burnt Sienna, and Blush Pink

0 commit comments

Comments
 (0)