Skip to content

Releases: toshiaki1729/stable-diffusion-webui-dataset-tag-editor

v0.3.4

20 May 15:49
c716c83
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

20 May 10:26
fe4bc8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

18 May 00:54
2f99cc5
Compare
Choose a tag to compare

What's Changed

  • Fix Z3D interrogator by passing missing Z3D threshold value by @Ririan in #95
  • Add Z3D threshold to image interrogator function by @Zolilio in #96

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

09 May 07:03
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

v0.3.0

07 May 19:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

26 Mar 09:58
Compare
Choose a tag to compare

This is the first release compatible with gradio>=3.23.0
Please use webUI AUTOMATIC1111/stable-diffusion-webui@9f0da9f or later.

What's Changed

Full Changelog: v0.1.2...v0.2.0

v0.1.2

25 Mar 18:39
Compare
Choose a tag to compare

This is the latest release compatible with gradio<3.23.0
Please use webUI before AUTOMATIC1111/stable-diffusion-webui@9e1afa9

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

05 Mar 12:19
Compare
Choose a tag to compare

What's Changed

  • Huge refactoring of UI related codes by @toshiaki1729 in #48
    • You will need restarting webUI after update this extension from Extensions tab.
  • fix #47
  • fix #46

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

05 Mar 09:54
Compare
Choose a tag to compare

This is the initial release with version control.

Features

Note. "tag" means each blocks of caption separated by commas.

  • Edit and save captions in text file (webUI style) or json file (kohya-ss sd-scripts metadata)
  • Edit captions while viewing related images
  • Search tags
  • Filter images to edit their caption by tags
    • AND/OR logic can be used in each Positive/Negative filters
  • Batch replace/remove/append tags
  • Batch sort tags
  • Batch search and replace
  • Use interrogators
    • BLIP, DeepDanbooru, SmilingWolf's WDv1.4 Tagger (v1, v2 and some variants of them)
  • Batch remove image and/or caption files

Known Issues

  • Unclear how sorting algorithm works in the Batch Edit Captions - Extra Tab #46
  • Doesn't move image files #47

The followings are including the changes from the first commit.

What's Changed

New Contributors

Full Changelog: https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor/commits/v0.1.0