Skip to content

BooruDatasetTagManager v2.6.0

Choose a tag to compare

@starik222 starik222 released this 27 Nov 09:58
· 8 commits to master since this release
  • Added support for generating tags using OpenAI Compatibility Endpoints.
  • Added progress for loading dataset and autotagging.
  • Added display of currently shown images to the dataset. #212
  • Added support for loading a dataset with advanced settings. In the advanced settings, you can disable loading preview images, configure the preview image size, and enable reading tags from image metadata (ComfyUI is not supported because the image stores the workflow and it's impossible to determine where the prompt is stored). The code for reading metadata can be taken from this repository. #213
  • AiApiServer now supports Qwen3-vl models.
  • Fixed a program crash when reading video files. #211 #216
  • Fixed missing transparent background when using RMBG (WebP and PNG only) #218
  • BDTM now uses NET Core 8.0