DominikDoom / a1111-sd-webui-tagcomplete

Booru style tag autocompletion for AUTOMATIC1111's Stable Diffusion web UI
MIT License
2.58k stars 307 forks source link

[Feature request] Suggest related tags #110

Closed kjhf closed 1 year ago

kjhf commented 1 year ago

If accepting a tag, suggest related tags (these can often be found on the tag wiki)

DominikDoom commented 1 year ago

Danbooru has some time in December removed the directly accessible public caches for its dataset, meaning the only feasible way to get this information for now would be querying the related tags / implications using the danbooru API for each tag separately. Since this would not work in the current offline-compatible setup and would require users to provide an API key, I don't plan to add this. It is also pretty out of scope since the user could just open the wiki page manually to find these and they have no importance to the autocompletion itself, only for tag discovery.