File size: 548 Bytes
4c83dab
2ca0907
 
 
 
 
3e918e8
 
 
4c83dab
 
3e918e8
1
2
3
4
5
6
7
8
9
10
11
12
#
# This file is a utility to help you, if you are volunteering to cull 
# images from the raw set at 
# https://huggingface.co/datasets/animelover/danbooru2022/commits/main/data
#
# If you are on linux, you can download this script, and use it to 
# automatically delete SOME of the problem images in a directory.
# Tune the word list to your preference.
# Use it to remove jpgs with the listed tag(s), by;
#  rm $(sh filter.sh)

egrep -l 'pussy|penis|vagina|testicle|censor|watermark|signature|border|text,|reference sheet' *txt |sed 's/txt/jpg/'