Releases: toshiaki1729/stable-diffusion-webui-dataset-tag-editor
Releases · toshiaki1729/stable-diffusion-webui-dataset-tag-editor
v0.3.4
What's Changed
- Add batch inference feature to WD Tagger by @toshiaki1729 in #99
Full Changelog: v0.3.3...v0.3.4
v0.3.3
v0.3.2
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
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Add max image resolution option by @cmeka in #70
- Fix #79 by renaming scripts.ui package by @ArrowM in #80
- Merge changes in standalone version by @toshiaki1729 in #93
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
This is the first release compatible with gradio>=3.23.0
Please use webUI AUTOMATIC1111/stable-diffusion-webui@9f0da9f or later.
What's Changed
- Initial support for gradio 3.23.0 by @toshiaki1729 in #64
Full Changelog: v0.1.2...v0.2.0
v0.1.2
This is the latest release compatible with gradio<3.23.0
Please use webUI before AUTOMATIC1111/stable-diffusion-webui@9e1afa9
What's Changed
- Add type hint for developer (need python>=3.7) by @toshiaki1729 in #49
- implement token count on "Edit Caption of Selected Image" tab by @toshiaki1729 in #50
- implement some features to manage token count by @toshiaki1729 in #52
- Apply change in caption to all displayed images by @toshiaki1729 in #54
- Enable unloading dataset with single click by @toshiaki1729 in #59
Full Changelog: v0.1.1...v0.1.2
v0.1.1
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
- @toshiaki1729 made their first contribution in #48
Full Changelog: v0.1.0...v0.1.1
v0.1.0
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
- regular expression can be used
- 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
- Fix collection hint errors for python < 3.9 #2 by @R-N in #3
- update missed type hint by @jwfraustro in #8
- Remove cmd args requirement for deepdanbooru by @dtlnor in #10
- Introduce tag sorting by @chaorace in #41
New Contributors
- @R-N made their first contribution in #3
- @jwfraustro made their first contribution in #8
- @dtlnor made their first contribution in #10
- @chaorace made their first contribution in #41
Full Changelog: https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor/commits/v0.1.0