Skip to content

Commit

Permalink
Merge branch 'main' into lpw
Browse files Browse the repository at this point in the history
  • Loading branch information
noskill authored Jul 18, 2024
2 parents 49453ed + f1984f8 commit a878e17
Showing 1 changed file with 84 additions and 22 deletions.
106 changes: 84 additions & 22 deletions multigen/prompt_helper.py
Original file line number Diff line number Diff line change
@@ -1,54 +1,86 @@
hints = {
'style': [
"surrealism",
"symbolism",
["symbolism", "cubism"],
"psychedelic art",
["impressionism",
"expressionism",
"neo-expressionist"],
"cyberpunk",
"neoclassicism",
["cyberpunk",
"urbanpunk",
"cyberpunk mood",
"cyberpunk rave"],
["snthwve style",
"nvinkpunk style",
"ink punk style"],
["art photography",
"artistic photorealism"],
["professional photo",
"iphone photo"],
"poster art",
"edgy street art",
"afrofuturism style",
"in the style of chinapunk",
"urbanpunk",
["afrofuturism style",
"in the style of chinapunk"],
["sci-fi concept art",
"scifi style",
"futuristic"],
"painterly style",
"pixar style",
"quilling",
["pencil sketch",
"pencil painting"],
"watercolor painting"
],
'quality': [
["ultra resolution",
"ultra high res",
"highest resolution"],
"hyperrealistic",
"highest resolution",
"absurdres"],
["hyperrealistic",
"detailed hyperrealism"],
"perfectly balanced",
"score_9",
"35mm photography",
["8k RAW photo",
"8k uhd",
"detailed cg unity 8k wallpaper"],
"masterpiece",
"cg unity 8k wallpaper",
"16k hdri", "32k UHD"],
["masterpiece", "famous artwork"],
["trending on ArtStation",
"trending on CGSociety"],
["super quality",
"best quality"],
"highly detailed" # could be not "quality"
"best quality",
"extreme quality",
"top quality"],
["highly detailed",
"high detail",
"ultra-detailed"] # could be not "quality"
],
'shooting': [
"double exposure",
"extremely sharp focus",
"large depth of field",
"deep depth of field",
["artistic blur", "bokeh"],
"soft focus"
"soft focus",
"cinematic shot",
["35mm photo",
"50mm photo"],
"dynamic angle",
"film grain"
],
"effects": [
'effects': [
"strong environmental light",
"cinema lighting",
["cinema lighting", "cinematic light"],
"haze lighting",
"reflections",
"light leaks",
"detailed shading",
"soft shadows",
"sheen",
"glowing"
"glowing",
"dynamic motion"
],
'style_modifiers': [
"geometric patterns",
Expand All @@ -58,15 +90,27 @@
"grafitti",
"splash",
"modern ink",
"multi-layered collages",
["multi-layered collages",
"abstract multilayer texture"],
"iconic album covers",
"fragmented icons"
"fragmented icons",
"stylized photo",
"cinematic illustration",
"dripping paint",
"splatter art",
"fractal art",
"oil on canvas",
["digital painting", "digital dreamscape"],
"holographic style"
],
'vibe': [
"energy-filled illustration",
"intricate",
"vibrant",
"aesthetic"
"stunning",
"aesthetic",
"sensual",
"radiant vibe"
],
'colors': [
"pastel colors",
Expand All @@ -77,6 +121,12 @@
"neon lights",
"black and white",
"monochrome",
"unusual colors",
"complementary colors",
"flowing colors",
"dark",
"bright",
"24bit colors"
],
'author_style': [
"Jean-Baptiste Monge style",
Expand All @@ -89,12 +139,24 @@
"painting art by greg rutkowski",
"in the style of kandinsky",
"in the style of guillem h. pongiluppi",
"by abigail larson",
"by john sloane",
"by Abigail Larson",
"by John Sloane",
"in the style of John Berkey",
"by Russ Mills",
"by george callaghan",
"by George Callaghan",
"by Ian Miller",
"by luke fildes"
"by Luke Fildes",
"inspired by Chris Achilleos",
"by James Jean",
"style of Wayne Barlowe",
"style of Tyler Edlin",
"style of Carne Griffiths",
"by Anna Razumovskaya",
"by Minjae Lee",
"by Ana Paula Hoppe",
"by ilya kuvshinov",
"by Jamie Hewlett",
"by Peter Mohrbacher",
"by Martine Johanna"
]
}

0 comments on commit a878e17

Please sign in to comment.