Skip to content
Discussion options

You must be logged in to vote

There is an illust_ai_type field, but its value seems to be unreliable and kind of useless, as in I found examples where it's value is 0 for works that are either definitely not AI generated as well as for works that definitely are. Same with 1. Maybe I'm misunderstanding what it actually means.

Using it as a filter would be

--filter "illust_ai_type == 0"
# or 
--filter "illust_ai_type == 1"

Checking for an AI-Generated tag could also work:

--filter "not any('ai-generated' == t.lower() for t in tags)"

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@meganekkowen
Comment options

@the-blank-x
Comment options

@mikf
Comment options

mikf Dec 28, 2023
Maintainer

@mikf
Comment options

mikf Dec 28, 2023
Maintainer

@the-blank-x
Comment options

Answer selected by mikf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants