Update app.py
Browse files
app.py
CHANGED
|
@@ -22,11 +22,20 @@ too many fingers, deformed hands, extra hands, malformed hands,
|
|
| 22 |
blurry hands, disproportionate fingers"""
|
| 23 |
|
| 24 |
# Define the list of explicit keywords
|
|
|
|
| 25 |
EXPLICIT_KEYWORDS = [
|
| 26 |
-
"sexual", "boobs", "boob", "
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
]
|
| 31 |
|
| 32 |
# Function to scan the entire prompt for explicit keywords
|
|
|
|
| 22 |
blurry hands, disproportionate fingers"""
|
| 23 |
|
| 24 |
# Define the list of explicit keywords
|
| 25 |
+
|
| 26 |
EXPLICIT_KEYWORDS = [
|
| 27 |
+
"sexual", "sex", "boobs", "boob", "breasts", "cleavage", "penis", "phallus", "porn", "pornography", "hentai",
|
| 28 |
+
"fetish", "nude", "nudity", "provocative", "obscene", "vulgar", "intimate", "kinky", "hardcore",
|
| 29 |
+
"threesome", "orgy", "masturbation", "masturbate", "genital", "genitals", "vagina", "vaginal",
|
| 30 |
+
"anus", "anal", "butt", "buttocks", "butthole", "ass", "prostate", "erection", "cum", "ejaculation",
|
| 31 |
+
"sperm", "semen", "naked", "bare", "lingerie", "thong", "striptease", "stripper",
|
| 32 |
+
"seductive", "sensual", "explicit", "lewd", "taboo", "NSFW", "bdsm", "dominatrix", "submission",
|
| 33 |
+
"intercourse", "penetration", "orgasm", "fuck", "fucking", "fuckers", "fucker", "slut", "whore",
|
| 34 |
+
"prostitute", "hooker", "escort", "camgirl", "camwhore", "sugar daddy", "sugar baby", "adult content",
|
| 35 |
+
"sexually explicit", "arousal", "lust", "depraved", "hardcore porn", "softcore", "erotic", "erotica",
|
| 36 |
+
"roleplay", "incest", "taboo", "voyeur", "exhibitionist", "peeping", "dildo", "sex toy", "vibrator",
|
| 37 |
+
"suicide", "self-harm", "depression", "kill myself", "worthless", "abuse", "violence", "rape",
|
| 38 |
+
"sexual violence", "molestation", "pedophilia", "child porn", "underage", "illegal content"
|
| 39 |
]
|
| 40 |
|
| 41 |
# Function to scan the entire prompt for explicit keywords
|