Update app.py
Browse files
app.py
CHANGED
@@ -25,41 +25,41 @@ blurry hands, disproportionate fingers,sexual,nudity,intimacy view"""
|
|
25 |
|
26 |
EXPLICIT_KEYWORDS = [
|
27 |
# General sexual content
|
28 |
-
|
29 |
-
|
30 |
|
31 |
# Sexual acts and positions
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
|
36 |
# Body parts
|
37 |
-
|
38 |
-
|
39 |
|
40 |
# Clothing and behavior
|
41 |
|
42 |
|
43 |
# BDSM and fetishes
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
|
48 |
# Sex toys and related
|
49 |
-
|
50 |
|
51 |
# Derogatory and explicit language
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
|
56 |
# Sexual violence and illegal content
|
57 |
-
|
58 |
-
|
59 |
|
60 |
# Mental health and harmful themes
|
61 |
-
|
62 |
-
|
63 |
]
|
64 |
|
65 |
# Function to scan the entire prompt for explicit keywords
|
|
|
25 |
|
26 |
EXPLICIT_KEYWORDS = [
|
27 |
# General sexual content
|
28 |
+
"sexual", "sex", "sexualized", "sexually", "sexist","sexy","sexily","sexious","sexioud","nipples","nipple","tits","tit","penis","penises","penes","phallus", "porn", "pornography", "adult video", "hentai", "ecchi", "fetish", "nude", "nudes","nudity","vagina","provocative", "obscene", "vulgar", "intimate", "kinky", "hardcore", "softcore","seduce",
|
29 |
+
"seductive", "sensual", "explicit", "explicitly","lewd", "taboo", "NSFW", "erotic", "erotica","erotical","erotically","arousal","arouse","lust","hot","hottest","hotties","hottier","hotily","hotious","pornstar", "adult actor", "adult actors", "adult actress", "adult actresses","condom","condoms","condomes",
|
30 |
|
31 |
# Sexual acts and positions
|
32 |
+
"threesome", "orgy", "masturbation", "masturbate", "penetration", "intercourse",
|
33 |
+
"oral sex", "blowjob", "handjob", "anal sex", "doggy style", "69", "orgasm", "cum",
|
34 |
+
"ejaculate", "ejaculation", "sperm", "semen", "cumming", "squirting",
|
35 |
|
36 |
# Body parts
|
37 |
+
"genital", "genitals", "vagina", "vaginal", "anus", "anal", "butt", "buttocks", "butthole",
|
38 |
+
"ass", "prostate", "erection", "clitoris", "pussy", "dick", "balls", "testicles","touching body part", "touching body","showing body","touching body parts","showing body part","showing body parts","woman body", "man body",
|
39 |
|
40 |
# Clothing and behavior
|
41 |
|
42 |
|
43 |
# BDSM and fetishes
|
44 |
+
"bdsm", "dominatrix", "submission", "bondage", "whip", "gag", "spanking",
|
45 |
+
"fetish", "roleplay", "taboo", "voyeur", "exhibitionist", "peeping", "discipline",
|
46 |
+
"dominant", "submissive", "consensual non-consent",
|
47 |
|
48 |
# Sex toys and related
|
49 |
+
"dildo", "sex toy", "vibrator", "butt plug", "strap-on", "lube", "latex clothing",
|
50 |
|
51 |
# Derogatory and explicit language
|
52 |
+
"fuck", "fucking", "fucker", "fuckers", "slut", "whore", "prostitute", "hooker",
|
53 |
+
"escort", "camgirl", "camwhore", "sugar daddy", "sugar baby", "cumslut", "milf",
|
54 |
+
"daddy kink", "mommy kink",
|
55 |
|
56 |
# Sexual violence and illegal content
|
57 |
+
"abuse", "violence", "rape", "sexual violence", "molestation", "pedophilia",
|
58 |
+
"child porn", "illegal content", "incest",
|
59 |
|
60 |
# Mental health and harmful themes
|
61 |
+
"suicide", "self-harm", "depression", "kill myself",
|
62 |
+
"abuse victim", "emotional abuse", "gore", "violent content"
|
63 |
]
|
64 |
|
65 |
# Function to scan the entire prompt for explicit keywords
|