Upload custom_tags.json
Browse files- custom_tags.json +66 -0
custom_tags.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"quality": [
|
3 |
+
"amazing",
|
4 |
+
"best",
|
5 |
+
"high",
|
6 |
+
"normal",
|
7 |
+
"low",
|
8 |
+
"worst",
|
9 |
+
"horrible"
|
10 |
+
],
|
11 |
+
"aesthetic": [
|
12 |
+
"lighting_and_shadow",
|
13 |
+
"beautiful_color",
|
14 |
+
"textured_skin",
|
15 |
+
"dynamic_angle",
|
16 |
+
"greyscale",
|
17 |
+
"aesthetic",
|
18 |
+
"detailed",
|
19 |
+
"messy",
|
20 |
+
"dynamic_pose",
|
21 |
+
"monochrome",
|
22 |
+
"colorful",
|
23 |
+
"chromatic_aberration",
|
24 |
+
"beautiful",
|
25 |
+
"complex_gesture",
|
26 |
+
"clean_style",
|
27 |
+
"depth_of_field",
|
28 |
+
"lowres",
|
29 |
+
"highres",
|
30 |
+
"absurdres",
|
31 |
+
"thumbnail"
|
32 |
+
],
|
33 |
+
"style": [
|
34 |
+
"clean_color",
|
35 |
+
"flat-pasto",
|
36 |
+
"kr-anime",
|
37 |
+
"anime_coloring",
|
38 |
+
"impasto",
|
39 |
+
"sketch",
|
40 |
+
"photorealistic",
|
41 |
+
"flat_color",
|
42 |
+
"3d",
|
43 |
+
"oil_painting",
|
44 |
+
"oil_painting_(medium)",
|
45 |
+
"cel_shading",
|
46 |
+
"draft",
|
47 |
+
"pseudo-impasto",
|
48 |
+
"pseudo_impasto",
|
49 |
+
"thin-pasto",
|
50 |
+
"celluloid",
|
51 |
+
"realistic",
|
52 |
+
"watercolor",
|
53 |
+
"watercolor_(medium)",
|
54 |
+
"painting_(medium)",
|
55 |
+
"marker_(medium)",
|
56 |
+
"graphite_(medium)",
|
57 |
+
"colored_pencil_(medium)",
|
58 |
+
"calendar_(medium)",
|
59 |
+
"millipen_(medium)",
|
60 |
+
"nib_pen_(medium)",
|
61 |
+
"acrylic_paint_(medium)",
|
62 |
+
"ink_(medium)",
|
63 |
+
"watercolor_pencil_(medium)",
|
64 |
+
"card_(medium)"
|
65 |
+
]
|
66 |
+
}
|