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