panelforge commited on
Commit
ec1b822
·
verified ·
1 Parent(s): 353cbbe

Update tags.py

Browse files
Files changed (1) hide show
  1. tags.py +32 -11
tags.py CHANGED
@@ -1,19 +1,40 @@
1
  # tags.py
2
 
3
- # First set of tags
4
  tag_options_1 = {
5
- "Fantasy": "fantasy",
6
- "Sci-Fi": "sci-fi",
7
- "Realistic": "realistic",
8
- "Cyberpunk": "cyberpunk",
9
  "Noir": "noir",
10
  }
11
 
12
- # Second set of tags
13
  tag_options_2 = {
14
- "Vibrant Colors": "vibrant colors",
15
- "Dark Theme": "dark theme",
16
- "Minimalist": "minimalist",
17
- "Photorealistic": "photorealistic",
18
- "Abstract": "abstract",
19
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # tags.py
2
 
 
3
  tag_options_1 = {
4
+ "Solo": "solo",
5
+ "Couple": "gay_couple",
6
+ "Threesome": "gay_threesome",
7
+ "Group": "gay_group",
8
  "Noir": "noir",
9
  }
10
 
 
11
  tag_options_2 = {
12
+ "Pale": "pale_skin",
13
+ "Tanned": "tanned_skin",
14
+ "Dark": "dark_skin",
 
 
15
  }
16
+
17
+ tag_options_3 = {
18
+ "Skinny": "(skinny)",
19
+ "Athletic": "lean",
20
+ "Stocky": "stocky",
21
+ "Chubby": "chubby",
22
+ }
23
+
24
+ tag_options_4 = {
25
+ "Femboy": "femboy",
26
+ "Emo": "emo",
27
+ "Twink": "",
28
+ "Geek": "",
29
+ "Frat Boy": "",
30
+ "Gym Bro": "",
31
+ "Punk": "",
32
+ "Skater": "",
33
+ "Academia": "",
34
+ "Cyber Punk": "",
35
+ "Ganguro": "",
36
+ "Gopnik": "",
37
+ "Graver": "",
38
+ "Greaser": "",
39
+ "Grunge": "",
40
+ }