Danbooru

Allow the AI-Tags to show up as suggested when tagging a new upload

Posted under Bugs & Features

This feature is really cool and seems to work well enough, but requires an extra step after uploading to check the AI tags page for your image, which many people may not even know about. It would save time to just have the high-confidence tags show up as suggested (like where twitter/pixiv tags show up) for posters to fill out the info even faster.

For those who haven't seen the page: https://danbooru.donmai.us/ai_tags

It's planned, but at the moment it's considered a beta feature, and not visible by default in the upload page because we don't want people to spam every single AI tag without even checking if they're present in the upload (we already have this problem with related tags).

nonamethanks said:

It's planned, but at the moment it's considered a beta feature, and not visible by default in the upload page because we don't want people to spam every single AI tag without even checking if they're present in the upload (we already have this problem with related tags).

nice! how would one get access to this beta feature? im already platinum btw
also what determines which related tags show up? isnt it just whatever youve used recently?

incubatedveg said:

also what determines which related tags show up? isnt it just whatever youve used recently?

There’re several different sections in "related tags", recent tags is shown by default, but if you press the related tags button after entering a tag, it’ll fetch all the tags listed in its wiki, as well as other tags frequently used in combination. It’s really helpful for tagging characters etc but has the problem that users are irresponsible and will just mindlessly check all the given tags without even looking at them.

You can also use Fredgido's script for AIBooru.
The only thing you need is to replace regex in the end with

if( location.href.match(/https?:\/\/danbooru\.donmai\.us\/uploads\/\d+/) && document.querySelector(".media-asset-image").src.length > 1)
    changer();

and change the match, that's it. I believe it's superior to AI Tags, the only con is missing percentage evaluation as a confidence.

Updated

Dramorian said:

You can also use Fredgido's script for AIBooru.
The only thing you need is to replace regex in the end with

if( location.href.match(/https?:\/\/danbooru\.donmai\.us\/uploads\/\d+/) && document.querySelector(".media-asset-image").src.length > 1)
    changer();

and change the match, that's it. I believe it's superior to AI Tags, the only con is missing percentage evaluation as a confidence.

Our version should return better results in most cases.
Fredgido's script uses a deepdanbooru server which we host at https://deepdanbooru.donmai.us/, which is trained on the top 1000 tags, while the model used by /ai_tags was trained on 5500 tags (all chartags above 750 posts, all gentags above 2500 posts and all copytags above 2000 posts). It can also predict ratings. See https://github.com/danbooru/autotagger.

1