aifeifei798 commited on
Commit
e874848
·
verified ·
1 Parent(s): 5dfcbf4

Upload config.py

Browse files
Files changed (1) hide show
  1. config.py +45 -0
config.py CHANGED
@@ -4,6 +4,51 @@ style_list = [
4
  "prompt": "{prompt}",
5
  "negative_prompt": "",
6
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  {
8
  "name": "Cinematic",
9
  "prompt": "{prompt}, cinematic still, emotional, harmonious, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy",
 
4
  "prompt": "{prompt}",
5
  "negative_prompt": "",
6
  },
7
+ {
8
+ "name": "Anim4gine",
9
+ "prompt": "{prompt}, depth of field, faux traditional media, painterly, impressionism, photo background",
10
+ "negative_prompt": "",
11
+ },
12
+ {
13
+ "name": "Painting",
14
+ "prompt": "{prompt}, painterly, painting (medium)",
15
+ "negative_prompt": "",
16
+ },
17
+ {"name": "Pixel art", "prompt": "{prompt}, pixel art", "negative_prompt": ""},
18
+ {
19
+ "name": "1980s",
20
+ "prompt": "{prompt}, 1980s (style), retro artstyle",
21
+ "negative_prompt": "",
22
+ },
23
+ {
24
+ "name": "1990s",
25
+ "prompt": "{prompt}, 1990s (style), retro artstyle",
26
+ "negative_prompt": "",
27
+ },
28
+ {
29
+ "name": "2000s",
30
+ "prompt": "{prompt}, 2000s (style), retro artstyle",
31
+ "negative_prompt": "",
32
+ },
33
+ {"name": "Toon", "prompt": "{prompt}, toon (style)", "negative_prompt": ""},
34
+ {
35
+ "name": "Lineart",
36
+ "prompt": "{prompt}, lineart, thick lineart",
37
+ "negative_prompt": "",
38
+ },
39
+ {"name": "Art Nouveau", "prompt": "{prompt}, art nouveau", "negative_prompt": ""},
40
+ {
41
+ "name": "Western Comics",
42
+ "prompt": "{prompt}, western comics (style)",
43
+ "negative_prompt": "",
44
+ },
45
+ {"name": "3D", "prompt": "{prompt}, 3d", "negative_prompt": ""},
46
+ {
47
+ "name": "Realistic",
48
+ "prompt": "{prompt}, realistic, photorealistic",
49
+ "negative_prompt": "",
50
+ },
51
+ {"name": "Neonpunk", "prompt": "{prompt}, neonpunk", "negative_prompt": ""},
52
  {
53
  "name": "Cinematic",
54
  "prompt": "{prompt}, cinematic still, emotional, harmonious, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy",