Skip to content

Releases: starik222/BooruDatasetTagManager

BooruDatasetTagManager v2.4.1

20 Feb 07:55
Compare
Choose a tag to compare

BooruDatasetTagManager v2.4.0

12 Feb 03:20
Compare
Choose a tag to compare
  • Added visual tag editor for multiple selection and multiple selection editor. (Preview)
  • Added displaying the number of tags in selected images when hovering over a tag.
  • Added zooming of preview images in the dataset.
  • Added caching of open images (can be disabled in settings).
  • Added support for joycaption and moondream2 models.
  • Added support for MiaoshouAI/Florence2 models.
  • Improved autotagger selection window and added new settings.
  • Added tool for cropping images with moondream2 model. (Menu Tools)
  • Added tool for background removal using BiRefNet. (Menu Tools and context menu on single image)
  • Fixed loading dataset when translation enabled
  • Fixed bug that interrupted the autotagger if the model did not contain additional settings. #169
  • Fixed List desynchronization detected error when autocomplete is closed with the tab key. #177
  • Fixed loading bad (broken) images.
  • For convenience, the application was packed into a single file.

Dependencies in interrogator_rpc have changed, so you need to run pip install -r requirements.txt

BooruDatasetTagManager v2.3.1

23 Oct 07:08
Compare
Choose a tag to compare
  • Fixed color scheme in autotagger tabs #164
  • Fixed threshold value display when interface scaling is greater than 100% #164
  • Fixed a bug that caused "List desynchronization detected!" if the selected tag in single selection mode was edited in multi-select mode and then saved without exiting from multi-select mode. #161
  • Clarified library dependencies for interrogator_rpc (requirements.txt)

BooruDatasetTagManager v2.3.0

15 Oct 08:09
Compare
Choose a tag to compare
  • The autotagger window has been redesigned. Now you can specify individual settings for each model. Due to this, interrogator_rpc has also been changed.
  • Added wd-vit-large-tagger-v3 tagger by SmilingWolf. #153
  • Added wd-eva02-large-tagger-v3 tagger by SmilingWolf. #154
  • Added support for Florence2 models. Tagging with florence2 models may not work on all computers. I don't know why, so I hope you'll be lucky :)
  • Added AutoTagger filtering options. #158
  • Added Traditional Chinese translation. #150
  • Added sorting of the list of all tags by name and tags count. #139
  • Copy tags to the clipboard in both special and text formats.
  • Fixed updating all tags when image deleted.
  • Fixed pasting of existing tags.

Due to the change in the settings structure, all settings will be reset to default!
Dependencies required for interrogator_rpc to work have been updated. You need to update them with pip install -r requirements.txt --upgrade. You also need to install msvc runtime 2015 version

BooruDatasetTagManager v2.2.1

21 Jun 08:29
Compare
Choose a tag to compare
  • Fixed a bug that occurred if the translation of an enum value was not unique. #147

BooruDatasetTagManager v2.2.0

20 Jun 09:36
Compare
Choose a tag to compare
  • The interface translation system has been redesigned. All language files are located in the Languages ​​folder. To create your own translation, just create a file with the appropriate language code and translate the text.
  • Added Portuguese - Brazil language #143 #145
  • Added Russian language
  • Added function for copying and pasting tags via ctrl+c ctrl+v
  • The copy and paste feature for the full list of tags has been changed to copy via the clipboard, to allow copying between application instances.
  • Added hotkey to focus on preview #125
  • Fixed empty hotkeys when settings.ini not exist #134
  • Minor interface fixes

BooruDatasetTagManager v2.1.5

15 Apr 09:22
Compare
Choose a tag to compare
  • Fixed bug where the list of tags for a selected image was completely cleared if filtering returned an empty result. #104
  • Removed unnecessary debugging checks. #104

BooruDatasetTagManager v2.1.4

15 Mar 07:58
Compare
Choose a tag to compare
  • Added new WD tagger models in interrogator_rpc #122
    You need to update the dependencies by running the command 'pip install -r requirements.txt'
  • Added additional checking of saved data, for checking issue #104
    This time, images without tags but with an editing history will be checked. Because of this, do not attempt to save a dataset that contains untagged images (where you have edited something, such as adding a tag and then removing it). This does not apply to the dataset as a whole, namely empty images without tags, but with an edit history! This doesn't happen in normal situations, so you won't even notice it. But if this causes difficulties for someone, I hope for your understanding, since this is aimed at identifying the causes of a possible error.

BooruDatasetTagManager v2.1.3

23 Feb 08:40
Compare
Choose a tag to compare
  • Fixed a bug that caused false positives when checking saved data. #104

BooruDatasetTagManager v2.1.2

22 Feb 21:06
Compare
Choose a tag to compare
  • Displaying changes to all versions of the program when checking for updates
  • Fixed a bug causing an "Out of memory" exception when saving a dataset #116