diff --git a/README-JP.md b/README-JP.md index 8b42a9d..cf4e97d 100644 --- a/README-JP.md +++ b/README-JP.md @@ -34,6 +34,7 @@ git clone https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-edi - 複数タグで絞り込んでキャプションの編集ができます - 絞り込み方法として、AND/OR/NOT検索ができます - タグを一括で置換・削除・追加できます +- タグを一括で並べ替えできます - タグまたはキャプション全体について一括置換ができます - [正規表現](https://docs.python.org/ja/3/library/re.html#regular-expression-syntax) が利用可能です - Interrogatorを使用してタグの追加や編集ができます diff --git a/README.md b/README.md index 67023a5..47eb193 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Note. "tag" means each blocks of caption separated by commas. - 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](https://docs.python.org/3/library/re.html#regular-expression-syntax) can be used - Use interrogators diff --git a/pic/ss05.png b/pic/ss05.png index 8952467..52f8534 100644 Binary files a/pic/ss05.png and b/pic/ss05.png differ