animelover
commited on
Commit
•
e08bae2
1
Parent(s):
07ff779
Update danbooru2022.py
Browse files- danbooru2022.py +1 -1
danbooru2022.py
CHANGED
@@ -66,4 +66,4 @@ class DanbooruDataset(datasets.GeneratorBasedBuilder):
|
|
66 |
yield image_fname, {"image": image_path, "tags": tags, "post_id": post_id}
|
67 |
|
68 |
|
69 |
-
nsfw_tags = ["nude", "completely nude", "sex", "nipples", "pussy", "vaginal", "
|
|
|
66 |
yield image_fname, {"image": image_path, "tags": tags, "post_id": post_id}
|
67 |
|
68 |
|
69 |
+
nsfw_tags = ["nude", "completely nude", "topless", "bottomless", "sex", "oral", "fellatio gesture", "tentacle sex", "nipples", "pussy", "vaginal", "pubic hair", "anus", "ass focus", "penis", "cum", "condom", "sex toy"]
|