Skip to content

Commit

Permalink
more preset tweakin
Browse files Browse the repository at this point in the history
  • Loading branch information
aayars committed May 10, 2024
1 parent 2db8f69 commit 986ea3c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions noisemaker/presets.py
Expand Up @@ -1772,7 +1772,7 @@
},

"game-show": {
"layers": ["basic", "posterize", "be-kind-rewind"],
"layers": ["basic", "maybe-rotate", "posterize", "be-kind-rewind"],
"settings": lambda: {
"freq": random.randint(8, 16) * 2,
"mask": random_member([mask.h_tri, mask.v_tri]),
Expand Down Expand Up @@ -3101,9 +3101,9 @@
"voronoi_point_distrib": point.random,
},
"ai": {
"prompt": "pluto's bladed terrain, geomorphology, nasa imagery, new horizons, terrain map, high-relief, ice, frozen",
"image_strength": 0.3,
"cfg_scale": 30,
"prompt": "icy bladed terrain, geomorphology, nasa imagery, new horizons, terrain map, high-relief, ice, frozen",
"image_strength": 0.5,
"cfg_scale": 25,
"style_preset": "photographic",
}
},
Expand Down Expand Up @@ -3243,7 +3243,7 @@
},

"rasteroids": {
"layers": ["basic", "funhouse", "sobel", "invert", "pixel-sort", "bloom", "crt", "vignette-dark"],
"layers": ["basic", "funhouse", "sobel", "invert", "pixel-sort", "maybe-rotate", "bloom", "crt", "vignette-dark"],
"settings": lambda: {
"distrib": random_member([distrib.uniform, distrib.ones]),
"freq": 6 * random.randint(2, 3),
Expand Down

0 comments on commit 986ea3c

Please sign in to comment.