map deepdanbooru's safe to general
This commit is contained in:
parent
389a582e39
commit
c50bd85b7d
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -67,7 +67,7 @@ class DDInterrogator(Interrogator):
|
|||
else:
|
||||
original_danbooru_tag = tag
|
||||
if original_danbooru_tag == "safe":
|
||||
continue
|
||||
original_danbooru_tag = "general"
|
||||
new_lst.append(original_danbooru_tag)
|
||||
return new_lst
|
||||
|
||||
|
|
Loading…
Reference in a new issue