Spaces:
Running
on
Zero
Running
on
Zero
Update tags_lesbian
Browse files- tags_lesbian +222 -0
tags_lesbian
CHANGED
@@ -0,0 +1,222 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# tags.py
|
2 |
+
|
3 |
+
participant_tags = {
|
4 |
+
"Solo": "solo",
|
5 |
+
"Couple": "gay_couple",
|
6 |
+
"Threesome": "gay_threesome",
|
7 |
+
"Group": "gay_group",
|
8 |
+
}
|
9 |
+
|
10 |
+
tribe_tags = {
|
11 |
+
"Academia": "academia_boy",
|
12 |
+
"Alien": "alien",
|
13 |
+
"Android": "android",
|
14 |
+
"Angel": "angel",
|
15 |
+
"Bohemian": "bohemian",
|
16 |
+
"Clown": "clown",
|
17 |
+
"Cyber Punk": "cyber_punk_boy",
|
18 |
+
"Cyborg": "cyborg",
|
19 |
+
"Daddy": "gentleman",
|
20 |
+
"Dandy": "dandy_boy",
|
21 |
+
"Demon": "demon",
|
22 |
+
"Disney": "male_disney_character",
|
23 |
+
"Doctor": "doctor",
|
24 |
+
"Druid": "druid",
|
25 |
+
"Dwarf": "dwarf",
|
26 |
+
"Elf": "elf",
|
27 |
+
"Emo": "emo_boy",
|
28 |
+
"Fairy": "fairy_boy",
|
29 |
+
"Femboy": "femboy",
|
30 |
+
"Frat Boy": "college_boy",
|
31 |
+
"Furry": "furry_boy",
|
32 |
+
"Ganguro": "ganguro_boy",
|
33 |
+
"Geek": "geek_boy",
|
34 |
+
"Geek Chic": "geek_chic",
|
35 |
+
"Gladiator": "gladiator",
|
36 |
+
"Goblin": "goblin",
|
37 |
+
"Gopnik": "gopnik_boy",
|
38 |
+
"Goth": "goth_boy",
|
39 |
+
"Graver": "graver_boy",
|
40 |
+
"Greaser": "greaser_boy",
|
41 |
+
"Grunge": "grunge_boy",
|
42 |
+
"Gym Bro": "body_builder",
|
43 |
+
"Harajuku": "harajuku_boy",
|
44 |
+
"Harpy": "harpy",
|
45 |
+
"Hippie": "hippie_boy",
|
46 |
+
"Hipster": "hipster",
|
47 |
+
"Incubus": "incubus",
|
48 |
+
"Jock": "college_jock",
|
49 |
+
"Juggalo": "juggallo_boy",
|
50 |
+
"Kawaii": "kawaii_boy",
|
51 |
+
"Kitsune": "kitsune",
|
52 |
+
"Knight": "knight",
|
53 |
+
"Lolita": "lolita",
|
54 |
+
"Military": "miliatry_boy",
|
55 |
+
"Minotaur": "minoyaur",
|
56 |
+
"Monk": "monk",
|
57 |
+
"Ninja": "ninja",
|
58 |
+
"Orc": "orc",
|
59 |
+
"Otaku": "otaku_boy",
|
60 |
+
"Pirate": "male_pirate",
|
61 |
+
"Plague Doctor": "plague_doctor",
|
62 |
+
"Punk": "punk_boy",
|
63 |
+
"Policeman": "policeman",
|
64 |
+
"Priest": "priest",
|
65 |
+
"Prince": "prince",
|
66 |
+
"Rasta": "rasta_boy",
|
67 |
+
"Robot": "robot",
|
68 |
+
"Rockabilly": "rockabilly_boy",
|
69 |
+
"Sailor": "sailor_boy",
|
70 |
+
"Scientist": "scientist",
|
71 |
+
"Shibuya": "shibuya_boy",
|
72 |
+
"Skater": "skater_boy",
|
73 |
+
"Soldier": "soldier",
|
74 |
+
"Surfer": "surfer_boy",
|
75 |
+
"Tribal Warrior": "tribal_warrior",
|
76 |
+
"Twink": "twink",
|
77 |
+
"Vaporwave": "vaporwave_boy",
|
78 |
+
"Viking": "viking",
|
79 |
+
"Visual Kei": "visual_kei_boy",
|
80 |
+
"Warlock": "warlock",
|
81 |
+
"Wizard": "wizard",
|
82 |
+
"Yuppie": "yuppie",
|
83 |
+
"Zombie": "zombie",
|
84 |
+
}
|
85 |
+
|
86 |
+
role_tags = {
|
87 |
+
"Assassin": "assassin",
|
88 |
+
}
|
89 |
+
|
90 |
+
skin_tone_tags = {
|
91 |
+
"Pale": "pale_skin",
|
92 |
+
"Tanned": "tanned_skin",
|
93 |
+
"Dark": "dark_skin",
|
94 |
+
}
|
95 |
+
|
96 |
+
body_type_tags = {
|
97 |
+
"Skinny": "(skinny)",
|
98 |
+
"Athletic": "lean",
|
99 |
+
"Stocky": "stocky",
|
100 |
+
"Chubby": "chubby",
|
101 |
+
}
|
102 |
+
|
103 |
+
tattoo_tags = {
|
104 |
+
"Classic": "classic_tattoos",
|
105 |
+
"Color": "colored_tattoos",
|
106 |
+
"Tribal": "tribal_tattoos",
|
107 |
+
"Modern": "modern_tattoos",
|
108 |
+
}
|
109 |
+
|
110 |
+
piercing_tags = {
|
111 |
+
"Belly": "belly_button_piercing",
|
112 |
+
"Nipple": "nipple_piercing",
|
113 |
+
}
|
114 |
+
|
115 |
+
expression_tags = {
|
116 |
+
"Ahegao": "ahegao",
|
117 |
+
"Angry": "angry",
|
118 |
+
"Cute": "cute",
|
119 |
+
"Happy": "happy",
|
120 |
+
"Horny": "orgasm",
|
121 |
+
"Sad": "sad",
|
122 |
+
"Scared": "scared",
|
123 |
+
"Seductive": "seductive_smirk",
|
124 |
+
}
|
125 |
+
|
126 |
+
eye_tags = {
|
127 |
+
"Closed": "closed_eyes",
|
128 |
+
"Blue": "blue_eves",
|
129 |
+
"Brown": "brown_eyes",
|
130 |
+
"Green": "green_eyes",
|
131 |
+
}
|
132 |
+
|
133 |
+
hair_color_tags = {
|
134 |
+
"Blond": "blond",
|
135 |
+
"Dual": "two_toned_hair",
|
136 |
+
}
|
137 |
+
|
138 |
+
hair_style_tags = {
|
139 |
+
"Afro": "afro",
|
140 |
+
"Afro (short)": "short_afro",
|
141 |
+
"Asymmetrical Bangs": "asymmetrical_bangs",
|
142 |
+
"Braided": "braids",
|
143 |
+
"Cornrows": "cornrows",
|
144 |
+
"Crewcut": "crewcut",
|
145 |
+
"Dreadlocks": "dreadlocks",
|
146 |
+
"Frizzy": "frizzy_hair",
|
147 |
+
"Layered": "layered_hair",
|
148 |
+
"Long": "long_hair",
|
149 |
+
"Bangs": "hair with bangs",
|
150 |
+
"Messy": "messy_hair",
|
151 |
+
"Ponytail": "ponytail",
|
152 |
+
"Retro": "retro_hair",
|
153 |
+
"Shaggy": "shaddy_hair",
|
154 |
+
"Short": "short_hair",
|
155 |
+
"Slicked": "slicked_back_hair",
|
156 |
+
"Spikey": "spikey_hair",
|
157 |
+
"Undercut": "undercut_hair",
|
158 |
+
"Windswept": "windswept_hair",
|
159 |
+
}
|
160 |
+
|
161 |
+
position_tags = {
|
162 |
+
"Against Wall": "leaning_against_wall",
|
163 |
+
"Anal": "gay_anal_sex",
|
164 |
+
"Arms Up": "arms_up_position",
|
165 |
+
"Ass Up": "ass_up",
|
166 |
+
"Blowjob": "gay_blowjob",
|
167 |
+
"Cowboy": "gay_anal_sex, cowgirl_position",
|
168 |
+
"Deepthroat": "gay_deepthroat",
|
169 |
+
"Deepthroat (guided)": "gay_deepthroat_blowjob, hand_guiding_head",
|
170 |
+
"Footjob": "gay_footjob",
|
171 |
+
"Kneeling": "kneeling",
|
172 |
+
"Leaning": "leaning",
|
173 |
+
"Legs Up": "legs_up_position",
|
174 |
+
"Missionary": "gay_anal_sex, missionary",
|
175 |
+
"Reverse Cowboy": "gay_anal_sex, (reverse_cowgirl_position)",
|
176 |
+
"Rimming": "gay_ass_rimming",
|
177 |
+
"Seated": "gay_anal_sex, seated_position",
|
178 |
+
"Spooning": "gay_anal_sex, spooning",
|
179 |
+
"Standing": "gay_anal_sex, standing",
|
180 |
+
"Doggystyle": "gay_anal_sex, doggystyle",
|
181 |
+
"Threesome": "gay_threesome",
|
182 |
+
}
|
183 |
+
|
184 |
+
fetish_tags = {
|
185 |
+
"Cum": "covered_in_cum",
|
186 |
+
"Tentcles": "tentacles",
|
187 |
+
}
|
188 |
+
|
189 |
+
location_tags = {
|
190 |
+
"Alleyway": "alleyway",
|
191 |
+
"Ancient Ruins": "ancient_ruins",
|
192 |
+
"Bedroom": "bedroom",
|
193 |
+
"City": "urban_cityscape",
|
194 |
+
"Desert": "dessert_dunes",
|
195 |
+
"Dorm Room": "college_dorm_room",
|
196 |
+
"Enchanted Forest": "enchanted_forest",
|
197 |
+
"Graveyard": "graveyard",
|
198 |
+
"Lake": "serene_lake",
|
199 |
+
"Mountains": "mountain_summit",
|
200 |
+
"Table": "on_table",
|
201 |
+
}
|
202 |
+
|
203 |
+
camera_tags = {
|
204 |
+
"Full": "full_body_view",
|
205 |
+
"Above": "high_angle_view",
|
206 |
+
"Below": "low_angle_view",
|
207 |
+
}
|
208 |
+
|
209 |
+
atmosphere_tags = {
|
210 |
+
"Borderlands": "borderlands_art_style",
|
211 |
+
"Night": "night_time",
|
212 |
+
"Moody": "dark_lighting",
|
213 |
+
"Sensual": "sensual_lighting",
|
214 |
+
"Neon": "neon_colors",
|
215 |
+
"Graffiti": "graffiti",
|
216 |
+
"One Piece": "one_piece_art_style",
|
217 |
+
"Post Apocalypse": "post_apocalyptic",
|
218 |
+
"Skullgirls": "skullgirls_art_style",
|
219 |
+
"Steampunk": "steampunk",
|
220 |
+
"Streetwear": "streetwear",
|
221 |
+
}
|
222 |
+
|